Skip to content

Commit

Permalink
install cargo bininstall
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed Jan 30, 2025
1 parent 9a2b109 commit 2526197
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
timeout-minutes: 10

- name: install trunk
run: cargo binstall trunk
run: |
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall trunk

- name: Build widget
Expand Down

0 comments on commit 2526197

Please sign in to comment.