Skip to content

Commit f04ab61

Browse files
Update main.yml
1 parent 9ca1b65 commit f04ab61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
lfs_limit: 60
3131

3232
- name: Did we hit the cache?
33-
run: echo "cache-hit was ${{ env.cache-hit }}"
33+
run: echo "cache-hit was ${{ steps.cache-conan.outputs.cache-hit }}"
3434

3535
- name: Get Conan
3636
run: |
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "/home/runner/.local/bin" >> $GITHUB_PATH
4343

4444
- name: Put something in the .conan
45-
if: ${{ env.cache-hit == 0 }}
45+
if: ${{ steps.cache-conan.outputs.cache-hit == 0 }}
4646
run: conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
4747

4848
- name: Print branch

0 commit comments

Comments
 (0)