File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ concurrency:
6
6
group : environment-${{github.ref}}
7
7
cancel-in-progress : true
8
8
9
+ env :
10
+ SFML_VERSION : 3.0.0
11
+
9
12
defaults :
10
13
run :
11
14
shell : bash
49
52
uses : actions/checkout@v4
50
53
with :
51
54
repository : SFML/SFML
52
- ref : master
55
+ ref : ${{env.SFML_VERSION}}
53
56
path : SFML
54
57
55
58
- name : Configure SFML CMake
@@ -104,7 +107,7 @@ jobs:
104
107
uses : actions/checkout@v4
105
108
with :
106
109
repository : SFML/SFML
107
- ref : 3.0.0
110
+ ref : ${{env.SFML_VERSION}}
108
111
path : SFML
109
112
110
113
- name : Configure SFML CMake
@@ -138,7 +141,7 @@ jobs:
138
141
uses : actions/checkout@v4
139
142
with :
140
143
repository : SFML/SFML
141
- ref : master
144
+ ref : ${{env.SFML_VERSION}}
142
145
path : SFML
143
146
144
147
- name : Configure SFML
You can’t perform that action at this time.
0 commit comments