Skip to content

Commit 66dc427

Browse files
authored
Update cpp.yml
1 parent 111051f commit 66dc427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
- name: install g++
1717
run: |
1818
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19+
sudo apt update
1920
sudo apt-get install g++-15
2021
- name: compile
2122
run: |
2223
cd cpp
23-
find . -name '*.cpp' -print0 | xargs -n1 -0 /usr/bin/g++-15 ${{ matrix.config.compiler-options }}
24+
find . -name '*.cpp' -print0 | xargs -n1 -0 g++-15 ${{ matrix.config.compiler-options }}
2425
2526
build-ubuntu-clang:
2627
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)