Skip to content

Commit

Permalink
try and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jvelo committed Sep 22, 2024
1 parent 3262754 commit 2b0afc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: git fetch --prune --unshallow --tags
- run: yarn install --frozen-lockfile --check-files
- run: yarn build
- uses: actions/cache@v2
- uses: actions/cache@v4
id: cache-build
with:
path: ./*
Expand Down

0 comments on commit 2b0afc4

Please sign in to comment.