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 360655d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'latest'

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

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

- name: Set up cargo cache
uses: actions/cache@v3
continue-on-error: false
Expand All @@ -26,16 +36,6 @@ jobs:
cargo-build
cargo
- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'latest'

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

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

- name: Update build tag
run: make update_version

Expand Down

0 comments on commit 360655d

Please sign in to comment.