Skip to content

Commit

Permalink
need make as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Sep 9, 2024
1 parent 0782cd6 commit 791f022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_from_source_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: ${{ matrix.os == 'Debian11' || matrix.os == 'Debian12' }}
- name: bootstrap arch
run: |
pacman -Syu --noconfirm gcc python>${{ matrix.python }} cmake git sudo
pacman -Syu --noconfirm gcc python>${{ matrix.python }} cmake git sudo make
if: ${{ matrix.os == 'Arch' }}
- name: checkout_main_repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 791f022

Please sign in to comment.