Skip to content

Commit a1d4088

Browse files
author
pfeatherstone
committed
just always install gcc g++ and clang
1 parent 95b72f8 commit a1d4088

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
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install dependencies
6060
run: |
6161
sudo apt update
62-
sudo apt install -y ninja-build ${{ matrix.cc }} ${{ matrix.cxx }} ${{ matrix.extra_packages }}
62+
sudo apt install -y ninja-build gcc g++ clang ${{ matrix.extra_packages }}
6363
6464
- name: Cache CMake
6565
uses: actions/cache@v4

0 commit comments

Comments
 (0)