Skip to content

Commit

Permalink
ci: fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nazo6 committed Nov 11, 2024
1 parent 979367f commit 5f3b862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
with:
components: "rust-src"
target: ""
tools: "cargo-make"

- uses: r7kamura/rust-problem-matchers@v1

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rrp-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
with:
components: "rust-src"
target: "wasm32-unknown-unknown"
tools: "wasm-pack"

- uses: taiki-e/install-action@v2
with:
tool: wasm-pack

- name: Build rust library
run: cd tools/rrp-web/rrp-client-web && wasm-pack build --release
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/setup-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ inputs:
target:
description: 'rustup target to install'
required: true
tools:
description: 'tools to install'
required: true

runs:
using: "composite"
Expand Down

0 comments on commit 5f3b862

Please sign in to comment.