Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 26, 2024
1 parent 8e4cd5d commit 2f16dbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ jobs:
with:
name: opt_daos
path: /opt/daos/

- name: Save as cache
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: /opt/daos/
key: opt_daos

0 comments on commit 2f16dbb

Please sign in to comment.