Skip to content

Commit 14abcf5

Browse files
authored
Update cpp.yml
1 parent bfafb3a commit 14abcf5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cpp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- {compiler-options: "-fanalyzer -Wno-analyzer-null-dereference -std=c++23"}
1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: install g++
17-
run: |
18-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19-
sudo apt update
20-
sudo apt-get install g++-14
16+
# - name: install g++
17+
# run: |
18+
# sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19+
# sudo apt update
20+
# sudo apt-get install g++-14
2121
- name: compile
2222
run: |
2323
cd cpp
@@ -29,8 +29,8 @@ jobs:
2929
- uses: actions/checkout@v2
3030
- name: install clang
3131
run: |
32-
#wget http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb
33-
#sudo dpkg -i libffi7_3.3-4_amd64.deb
32+
wget http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb
33+
sudo dpkg -i libffi7_3.3-4_amd64.deb
3434
sudo apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key
3535
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-20 main"
3636
sudo apt-get install clang-20

0 commit comments

Comments
 (0)