Skip to content

Commit

Permalink
Merge pull request #49 from andrzejressel/fix-build-yml
Browse files Browse the repository at this point in the history
Fix build.yml
  • Loading branch information
mergify[bot] authored Mar 17, 2024
2 parents 664ddd6 + 79338dc commit 5223f8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
run: ./build.sh
working-directory: pulumi-language-wasm

- name: Install required cargo packages
run: |
cargo install cargo-component@0.9.0 --locked || cargo-component --version
cargo install wasm-tools@1.0.57 --locked || wasm-tools --version
./build.sh
- name: Install cargo-component
run: cargo install cargo-component@0.9.0 --locked || cargo-component --version

- name: Install wasm-tools
run: cargo install wasm-tools@1.201.0 --locked || wasm-tools --version

- name: Build WASM support (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 5223f8f

Please sign in to comment.