We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 813a3f4 + 6ce389f commit f13890cCopy full SHA for f13890c
.github/workflows/release.yml
@@ -74,16 +74,16 @@ jobs:
74
OS=$(echo "${{ runner.os }}" | tr '[:upper:]' '[:lower:]')
75
echo "RUNNER_OS=$OS" >> $GITHUB_ENV
76
77
- - name: "Install Wasm Rust target"
78
- run: rustup target add wasm32-wasi
79
-
80
- name: Install Rust toolchain
81
uses: actions-rs/toolchain@v1
82
with:
83
toolchain: 1.66
84
default: true
85
target: ${{ matrix.config.target }}
86
+ - name: "Install Wasm Rust target"
+ run: rustup target add wasm32-wasi --toolchain 1.66
+
87
- name: setup for cross-compiled linux aarch64 build
88
if: matrix.config.target == 'aarch64-unknown-linux-gnu'
89
run: |
0 commit comments