Skip to content

Commit

Permalink
install g++ gcc make
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Dec 18, 2020
1 parent eb19ce0 commit dc9aa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Get dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y wget git gawk findutils
sudo apt-get install -y wget git gawk findutils g++ gcc make
xargs -a <(awk '! /^ *(#|$)/' ".github/workflows/apt.txt") -r -- \
sudo apt-get install -y --no-install-recommends --no-install-suggests
- name: Create installation directory
Expand Down

0 comments on commit dc9aa46

Please sign in to comment.