File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments