Skip to content

Commit 8e13f33

Browse files
committed
Optimize build logic for CI
1 parent 727c064 commit 8e13f33

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 update && sudo apt install -y cmake ninja-build g++ gcc clang
40+
sudo apt update && sudo apt install -y cmake ninja-build
4141
if [ "${{ matrix.compiler }}" = "clang" ]; then
4242
sudo apt install -y clang lld
4343
echo "CC=clang" >> $GITHUB_ENV

0 commit comments

Comments
 (0)