We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e5ab3 commit bb795c6Copy full SHA for bb795c6
.github/workflows/build.yml
@@ -159,13 +159,13 @@ jobs:
159
# Ubuntu's version of clang doesn't support....anything that should work.
160
# Ubuntu is an utter trash OS and should generally never be used for anything.
161
# We also require dotnet so we use fedora
162
- container: fedora:39
+ container: fedora:41
163
strategy:
164
fail-fast: false
165
steps:
166
- name: Install required dependencies
167
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
+ 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
169
- name: Checkout source code
170
uses: actions/checkout@v2
171
with:
0 commit comments