File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ jobs:
389389
390390 build_and_test :
391391 name : Build and Test (Linux, Simics ${{ matrix.simics_version }})
392- container : fedora:38
392+ container : fedora:41
393393 runs-on : ubuntu-latest
394394 strategy :
395395 matrix :
@@ -469,12 +469,13 @@ jobs:
469469 run : |
470470 dnf -y update && \
471471 dnf -y install \
472- alsa-lib atk clang clang-libs clang-resource-filesystem \
472+ alsa-lib atk ca-certificates clang clang-libs clang-resource-filesystem \
473473 clang-tools-extra cmake cups curl dosfstools g++ gcc git \
474474 git-lfs glibc-devel glibc-devel.i686 glibc-static \
475475 glibc-static.i686 gtk3 jq lld lld-devel lld-libs llvm llvm-libs \
476476 llvm-static make mesa-libgbm mtools ninja-build openssl \
477477 openssl-devel openssl-libs python3 python3-pip which yamllint
478+ update-ca-trust
478479 dnf clean all
479480 rm -rf /var/cache/dnf
480481
You can’t perform that action at this time.
0 commit comments