Skip to content

Commit

Permalink
changed: disable caching because of error
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Sep 8, 2024
1 parent 717a470 commit 6e7f4cd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
uses: actions/[email protected]
with:
node-version: 20
cache: "npm"

- name: Get yarn cache directory🗑️
id: yarn-cache-dir
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/[email protected]
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
# cache: "npm"

# - name: Get yarn cache directory🗑️
# id: yarn-cache-dir
# run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

# - uses: actions/[email protected]
# id: yarn-cache
# with:
# path: ${{ steps.yarn-cache-dir.outputs.dir }}
# key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
# restore-keys: |
# ${{ runner.os }}-yarn-

- name: Install yarn and run hostlist-compiler⛓️
# if: steps.yarn-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 6e7f4cd

Please sign in to comment.