Skip to content

Commit

Permalink
Install specific compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai committed Jan 6, 2025
1 parent 7d5782b commit 16d9bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
platform: x64
- uses: ConorMacBride/install-package@v1
with:
apt: doxygen g++ libboost-all-dev libeigen3-dev libgsl-dev libreadline-dev libyaml-cpp-dev python3-pip python3-pygetdata python3-pint
apt: doxygen gcc-11 g++-11 libboost-all-dev libeigen3-dev libgsl-dev libreadline-dev libyaml-cpp-dev python3-pip python3-pygetdata python3-pint
version: latest
platform: x64
- run: |
Expand Down

0 comments on commit 16d9bc2

Please sign in to comment.