Skip to content

Commit

Permalink
CI: Switch to using the distro's LLVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Feb 2, 2025
1 parent feae7fe commit 13bb2ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ jobs:
submodules: true
- name: Prepare
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository -y 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main'
sudo apt install -y clang
- name: Build
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/code-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
fetch-depth: 1
- name: Prepare
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository -y 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble main'
sudo apt install -y clang-format
- name: Format
run: |
Expand Down

0 comments on commit 13bb2ba

Please sign in to comment.