File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments