Skip to content

Commit

Permalink
fix: install gcc and make
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 31, 2024
1 parent 85d2f56 commit 3350b79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/install-dependency-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ PACKAGE_LIST_MACOS=(
PACKAGE_LIST_LINUX=(
fmt
yaml-cpp
gcc
make
cmake
)

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
container:
image: ${{ inputs.container }}
steps:
- name: install cmake
if: ${{ inputs.runner == 'ubuntu-latest' }}
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm cmake
- name: checkout iguana for dependency installation script
uses: actions/checkout@v4
- name: install dependency packages
run: .github/install-dependency-packages.sh ${{ inputs.runner }}
- name: checkout hipo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3350b79

Please sign in to comment.