Skip to content

Commit

Permalink
Changed Arch package names to Ubuntu package names in apt install com…
Browse files Browse the repository at this point in the history
…mand
  • Loading branch information
JPenuchot committed Mar 8, 2023
1 parent 3f91263 commit 52aaf60
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/actions/run-tests-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ RUN apt upgrade -y
RUN apt install -y \
git \
cmake \
ninja \
ninja-build \
clang \
libclang-dev \
llvm \
llvm-libs \
nlohmann-json \
fmt \
boost \
boost-libs \
tbb \
llvm-dev \
libllvm15 \
nlohmann-json3-dev \
libfmt-dev \
libboost-all-dev \
libbtbb-dev \
libtbb12 \
catch2

WORKDIR /tmp
Expand Down

0 comments on commit 52aaf60

Please sign in to comment.