File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -165,31 +165,6 @@ jobs:
165165 name : CSFML-linux-musl-x64
166166 path : CSFML/tools/nuget/CSFML/runtimes
167167
168- fedora-x64 :
169- name : Fedora x64
170- runs-on : ubuntu-22.04
171- container :
172- image : fedora:37
173-
174- steps :
175- - name : Checkout CSFML
176- uses : actions/checkout@v4
177- with :
178- path : CSFML
179-
180- - name : Build
181- shell : bash
182- run : |
183- cd ./CSFML/tools/nuget
184- chmod +x ./docker.fedora-x64.sh
185- ./docker.fedora-x64.sh
186-
187- - name : Upload Artifact
188- uses : actions/upload-artifact@v4
189- with :
190- name : CSFML-fedora-x64
191- path : CSFML/tools/nuget/CSFML/runtimes
192-
193168 macos :
194169 name : macOS
195170 runs-on : macos-14
@@ -228,7 +203,6 @@ jobs:
228203 - linux-arm
229204 - linux-arm64
230205 - linux-musl-x64
231- - fedora-x64
232206 - macos
233207 steps :
234208 - name : Checkout CSFML
You can’t perform that action at this time.
0 commit comments