Skip to content

Commit

Permalink
CI: Drop yarn cache restoring
Browse files Browse the repository at this point in the history
Trying to see if this helps with issues in CI where Rancher Desktop no
longer starts.  Hopefully this is due to a poisoned cache.

Signed-off-by: Mark Yen <mark.yen@suse.com>
  • Loading branch information
mook-as committed Oct 10, 2024
1 parent 9c4941f commit 322e2f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/actions/yarn-install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@ description: >-
runs:
using: composite
steps:
# In case we're running on a self-hosted runner without `yarn` installed,
# set up NodeJS, enable `yarn`, and then handle the caching.
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: corepack enable yarn
shell: bash
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn

- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 322e2f2

Please sign in to comment.