Skip to content

Commit

Permalink
Update 20_snapshot-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkir authored Apr 29, 2024
1 parent 9083d17 commit 5dd2db2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/20_snapshot-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: caching idefix / ~/.klibio
uses: actions/cache@v3
with:
path: |
~/.ecdev
~/.m2
~/.p2
key: dev-${{ hashFiles('~/.klibio/klibio.sh') }}
# - name: caching idefix / ~/.klibio
# uses: actions/cache@v3
# with:
# path: |
# ~/.ecdev
# ~/.m2
# ~/.p2
# key: dev-${{ hashFiles('~/.klibio/klibio.sh') }}

- name: setup idefix
shell: bash
Expand Down

0 comments on commit 5dd2db2

Please sign in to comment.