Skip to content

Commit

Permalink
Install pkg - and not cc
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Florath <andreas@florath.net>
  • Loading branch information
florath committed Jun 20, 2022
1 parent 9ef202c commit 482ffe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# the history.
fetch-depth: 0
- name: "Install compiler - should in most cases be a noop"
run: sudo apt-get install -y ${{ matrix.cenv.cc }}
run: sudo apt-get install -y ${{ matrix.cenv.pkg }}
- run: |
bash -x build/init_autotools.sh
mkdir -p COMPILE
Expand Down

0 comments on commit 482ffe6

Please sign in to comment.