Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Aug 7, 2023
1 parent 9d5091c commit 0eba833
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Wasm binding
name: Build Wasm
on:
push:
workflow_dispatch:
Expand Down Expand Up @@ -34,9 +34,9 @@ jobs:
version: "23.4"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: Swatinem/rust-cache@v2
with:
workspaces: libs
#- uses: Swatinem/rust-cache@v2
# with:
# workspaces: libs

- name: Build Wasm binding
working-directory: libs/sdk-bindings
Expand Down

0 comments on commit 0eba833

Please sign in to comment.