Skip to content

Commit

Permalink
GHA: enable dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 18, 2023
1 parent 1d4aeb0 commit fea4849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip'

- name: Install the latest CMake
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit fea4849

Please sign in to comment.