Skip to content

Commit

Permalink
ci: try to install via install-action
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 23, 2024
1 parent 71f8dbb commit 5a836ba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/shuttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ jobs:
- uses: wykies/checkout@main
- uses: wykies/setup-rust-toolchain@main
with:
target: wasm32-unknown-unknown
- uses: taiki-e/install-action@main
with:
tool: binstall
target: wasm32-unknown-unknown
- name: Load sqlx query files for shuttle version
run: cargo run --bin switch-db -- --no-edit-only-copy shuttle
- name: Install Trunk
run: cargo binstall trunk
uses: taiki-e/install-action@main
with:
tool: trunk
- name: Build client
run: ./scripts/build_chat_client.sh
- name: Include git diff for debug
Expand Down

0 comments on commit 5a836ba

Please sign in to comment.