Skip to content

Commit

Permalink
test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonymakarewicz committed Sep 5, 2024
1 parent 80ff741 commit d810f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4 # to use node20 instead of node12 and node 16 which are deprecated
uses: actions/checkout@v4

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v2 # Use the latest major version for stability
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.26.3'

Expand Down

0 comments on commit d810f26

Please sign in to comment.