Skip to content

Commit

Permalink
fix cache deps
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed May 17, 2024
1 parent 371b27e commit 61742aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
cache-dependency-path: |
wasm_inliner/go.sum
wasm_inliner/inliner/go.sum
wasm_parser/go.sum
wasm_parser/parser/go.sum
- name: Install Javascript dependencies
run: yarn install --immutable
Expand Down

0 comments on commit 61742aa

Please sign in to comment.