Skip to content

Commit bb795c6

Browse files
committedJan 18, 2025·
Update Fedora CI jobs to Fedora 41
1 parent 10e5ab3 commit bb795c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ jobs:
159159
# Ubuntu's version of clang doesn't support....anything that should work.
160160
# Ubuntu is an utter trash OS and should generally never be used for anything.
161161
# We also require dotnet so we use fedora
162-
container: fedora:39
162+
container: fedora:41
163163
strategy:
164164
fail-fast: false
165165
steps:
166166
- name: Install required dependencies
167167
run: |
168-
dnf install -y mingw64-gcc git cargo dotnet clang llvm lld faketime rust-std-static-x86_64-pc-windows-gnu which diffutils rust-src
168+
dnf install -y mingw64-gcc git cargo dotnet-sdk-9.0 clang llvm lld faketime rust-std-static-x86_64-pc-windows-gnu which diffutils rust-src
169169
- name: Checkout source code
170170
uses: actions/checkout@v2
171171
with:

0 commit comments

Comments
 (0)
Please sign in to comment.