]> git.bitcoin.ninja Git - ldk-java/commitdiff
Update Fedora CI jobs to Fedora 41 main v0.1.0.0
authorMatt Corallo <git@bluematt.me>
Fri, 17 Jan 2025 18:53:12 +0000 (18:53 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 18 Jan 2025 03:05:49 +0000 (03:05 +0000)
.github/workflows/build.yml

index 7cf9b91fa5f2149813d25c57594b08f128ffbfdd..27c8f7efdd040540982ba4ea8b3b107794966240 100644 (file)
@@ -159,13 +159,13 @@ jobs:
     # Ubuntu's version of clang doesn't support....anything that should work.
     # Ubuntu is an utter trash OS and should generally never be used for anything.
     # We also require dotnet so we use fedora
-    container: fedora:39
+    container: fedora:41
     strategy:
       fail-fast: false
     steps:
       - name: Install required dependencies
         run: |
-          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
       - name: Checkout source code
         uses: actions/checkout@v2
         with: