Skip to content

Commit

Permalink
Dont cache wasm in build
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Oct 2, 2024
1 parent f807fc4 commit 59ddfc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
path: |
.turbo
packages/account-wasm/pkg
key: ${{ runner.os }}-turbo-cache-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-cache-${{ github.ref_name }}-
Expand Down Expand Up @@ -97,7 +96,6 @@ jobs:
with:
path: |
.turbo
packages/account-wasm/pkg
key: ${{ runner.os }}-turbo-cache-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-cache-${{ github.ref_name }}-
Expand Down Expand Up @@ -160,7 +158,6 @@ jobs:
with:
path: |
.turbo
packages/account-wasm/pkg
key: ${{ runner.os }}-turbo-cache-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-cache-${{ github.ref_name }}-
Expand Down Expand Up @@ -224,7 +221,6 @@ jobs:
with:
path: |
.turbo
packages/account-wasm/pkg
key: ${{ runner.os }}-turbo-cache-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-cache-${{ github.ref_name }}-
Expand Down

0 comments on commit 59ddfc9

Please sign in to comment.