Skip to content

Commit

Permalink
Fixing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Aug 23, 2024
1 parent 66e9f6a commit d94b5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
version: 'latest'

- name: Install trunk
run: cargo install --locked trunk
run: cargo binstall trunk
# run: cargo install --locked trunk

- name: Add wasm target
run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit d94b5c4

Please sign in to comment.