Skip to content

Commit

Permalink
ci: use preinstalled clang to speed up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Sep 21, 2024
1 parent 749ac3c commit 8f6fc00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ runs:
sudo apt-get update
sudo apt-get install -y ccache libgmock-dev libgtest-dev
- name: Install newer Clang
shell: bash
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 18
sudo apt-get install -y clang-tools-18
- name: Set up ccache
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
env:
CXX: clang++-18
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
matrix:
language:
- c-cpp
env:
CC: clang-18
CXX: clang++-18
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 8f6fc00

Please sign in to comment.