Skip to content

Commit

Permalink
Cache cmake dependencies for linux job (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
NUCLEAR-BOMB committed Nov 19, 2024
1 parent beea958 commit ac68bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ jobs:
sudo apt-get update
sudo apt-get install ninja-build ${{matrix.packages}}
- name: Cache CMake dependency
uses: actions/cache@v4.1.2
with:
path: ${{github.workspace}}/build/_deps/
key: cmake-dependency-${{matrix.os}}-${{matrix.cxx}}-${{hashFiles('**/CMakeLists.txt', 'cmake/**')}}

# - name: Install LLVM
# if: ${{matrix.install-llvm}}
# uses: KyleMayes/install-llvm-action@v2.0.3
Expand Down

0 comments on commit ac68bb3

Please sign in to comment.