diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb768f83..2ce23a5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -389,7 +389,7 @@ jobs: build_and_test: name: Build and Test (Linux, Simics ${{ matrix.simics_version }}) - container: fedora:38 + container: fedora:41 runs-on: ubuntu-latest strategy: matrix: @@ -469,12 +469,13 @@ jobs: run: | dnf -y update && \ dnf -y install \ - alsa-lib atk clang clang-libs clang-resource-filesystem \ + alsa-lib atk ca-certificates clang clang-libs clang-resource-filesystem \ clang-tools-extra cmake cups curl dosfstools g++ gcc git \ git-lfs glibc-devel glibc-devel.i686 glibc-static \ glibc-static.i686 gtk3 jq lld lld-devel lld-libs llvm llvm-libs \ llvm-static make mesa-libgbm mtools ninja-build openssl \ openssl-devel openssl-libs python3 python3-pip which yamllint + update-ca-trust dnf clean all rm -rf /var/cache/dnf