Skip to content

Commit e6544c6

Browse files
authored
Merge pull request #922 from LIT-Protocol/fix/docker-image-release
chore: add Rust and wasm-pack installation steps to Docker release wo…
2 parents 5e3f7bc + 8b34158 commit e6544c6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release-docker-images.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ jobs:
4545
with:
4646
version: ${{ env.PNPM_VERSION }}
4747

48+
- name: Install rust
49+
uses: actions-rs/toolchain@v1
50+
with:
51+
toolchain: stable
52+
override: true
53+
components: rust-std
54+
55+
- name: Install wasm-pack
56+
uses: jetli/[email protected]
57+
with:
58+
version: 'latest'
59+
4860
- name: Install project dependencies
4961
run: pnpm install --frozen-lockfile
5062

0 commit comments

Comments
 (0)