We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37de2f1 commit 2211797Copy full SHA for 2211797
.github/workflows/cpp.yml
@@ -30,8 +30,8 @@ jobs:
30
- uses: actions/checkout@v2
31
- name: install clang
32
run: |
33
- wget http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb
34
- sudo dpkg -i libffi7_3.3-4_amd64.deb
+ #wget http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb
+ #sudo dpkg -i libffi7_3.3-4_amd64.deb
35
sudo apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key
36
sudo add-apt-repository "deb http://apt.llvm.org/noble/ llvm-toolchain-noble main"
37
sudo apt-get install clang-21
0 commit comments