Skip to content

Commit d7ff5fa

Browse files
committed
Install g++ too
1 parent d8514b8 commit d7ff5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python -m pip install --upgrade pip setuptools wheel
4040
python -m pip install ninja psutil
4141
# sudo apt-get update
42-
sudo apt-get install gcc-12
42+
sudo apt-get install gcc-12 g++-12
4343
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100
4444
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
4545
- name: runtest ${{ matrix.os }}

0 commit comments

Comments
 (0)