Skip to content

Commit

Permalink
fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffWigger committed Dec 30, 2023
1 parent bcd32a4 commit 13c076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: sudo apt-get install -y libomp-dev

- name: install GoogleTest
if: ${{ steps.cache.output.cache-hit != 'true' }}
if: steps.cache.outputs.cache-hit != 'true'
run: |
cd ..
git clone https://github.com/google/googletest.git --branch release-1.12.1
Expand Down

0 comments on commit 13c076e

Please sign in to comment.