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 @@ -166,31 +166,6 @@ jobs:
166166 name : CSFML-linux-musl-x64
167167 path : CSFML/tools/nuget/CSFML/runtimes
168168
169- fedora-x64 :
170- name : Fedora x64
171- runs-on : ubuntu-22.04
172- container :
173- image : fedora:37
174-
175- steps :
176- - name : Checkout CSFML
177- uses : actions/checkout@v4
178- with :
179- path : CSFML
180-
181- - name : Build
182- shell : bash
183- run : |
184- cd ./CSFML/tools/nuget
185- chmod +x ./docker.fedora-x64.sh
186- ./docker.fedora-x64.sh
187-
188- - name : Upload Artifact
189- uses : actions/upload-artifact@v4
190- with :
191- name : CSFML-fedora-x64
192- path : CSFML/tools/nuget/CSFML/runtimes
193-
194169 macos :
195170 name : macOS
196171 runs-on : macos-14
@@ -229,7 +204,6 @@ jobs:
229204 - linux-arm
230205 - linux-arm64
231206 - linux-musl-x64
232- - fedora-x64
233207 - macos
234208 steps :
235209 - name : Checkout CSFML
You can’t perform that action at this time.
0 commit comments