Skip to content

Commit ae261ab

Browse files
committed
fixed ci install
1 parent 1c2de9b commit ae261ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
sudo apt update
5757
sudo apt install -y ninja-build ${{ matrix.deps }}
5858
if [[ "${{ matrix.compiler }}" == "llvm" ]]; then
59-
sudo apt install "clang++-${{ matrix.compiler }}"
59+
sudo apt install -y "clang++-${{ matrix.compiler }}"
6060
elif [[ "${{ matrix.compiler }}" == "gcc" ]]; then
61-
sudo apt install "g++-${{ matrix.compiler }}"
61+
sudo apt install -y "g++-${{ matrix.compiler }}"
6262
fi
6363
- name: Compile
6464
run: |

0 commit comments

Comments
 (0)