We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defcada commit 6804dd4Copy full SHA for 6804dd4
1 file changed
.github/workflows/release.yml
@@ -89,10 +89,8 @@ jobs:
89
steps:
90
- uses: actions/checkout@v4
91
- uses: dtolnay/rust-toolchain@stable
92
-
93
- - name: Set up Environment
94
- shell: bash
95
- run: rustup target add wasm32-wasip1
+ with:
+ targets: wasm32-wasip1
96
97
- name: Build RustPython
98
run: cargo build --target wasm32-wasip1 --no-default-features --features freeze-stdlib,stdlib --release
@@ -112,7 +110,6 @@ jobs:
112
110
- uses: mwilliamson/setup-wabt-action@v3
113
111
with: { wabt-version: "1.0.30" }
114
- name: build notebook demo
115
- if: github.ref == 'refs/heads/release'
116
run: |
117
npm install
118
npm run dist
0 commit comments