Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 27, 2024
1 parent b61d675 commit e6d320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
key: opt_daos

- name: Restore ${{ env.DAOS_PATH }} from cache
if: ! env.DAOS_BUILD
if: ${{ ! env.DAOS_BUILD }}
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ${{ env.DAOS_PATH }}
Expand Down

0 comments on commit e6d320b

Please sign in to comment.