Skip to content

Commit d9dcd93

Browse files
authored
Update ci.yml
1 parent 9efcd61 commit d9dcd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up ${{ matrix.compiler }}
3838
run: |
3939
sudo apt update
40-
sudo apt install -y ninja-build
40+
sudo apt update && sudo apt install -y cmake ninja-build g++ gcc
4141
if [ "${{ matrix.compiler }}" = "clang" ]; then
4242
sudo apt install -y clang lld
4343
echo "CC=clang" >> $GITHUB_ENV

0 commit comments

Comments
 (0)