Skip to content

Commit 08b22ee

Browse files
committed
Remove fedora-x64 as NuGet target, as linux-x64 is preferred now
1 parent 36ae53c commit 08b22ee

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/nuget.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)