Skip to content

Commit

Permalink
Remove some cache stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed May 16, 2024
1 parent d3dc033 commit b8a0220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ runs:
- name: Install Node
uses: actions/setup-node@v3
with:
cache: yarn
# cache: yarn
node-version-file: .node-version

- name: Cache NextJS Artifacts
uses: jongwooo/next-cache@v1
# - name: Cache NextJS Artifacts
# uses: jongwooo/next-cache@v1

- name: Yarn Install
run: yarn --inline-builds
Expand Down

0 comments on commit b8a0220

Please sign in to comment.