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.
1 parent 6f2623e commit 37392f3Copy full SHA for 37392f3
.github/workflows/rust.yml
@@ -176,9 +176,15 @@ jobs:
176
steps:
177
- uses: actions/[email protected]
178
179
- - name: Install
+ - name: Install wasm-pack
180
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
181
182
+ - name: Install firefox
183
+ uses: browser-actions/setup-firefox@latest
184
+
185
+ - name: Install chrome
186
+ uses: browser-actions/setup-chrome@latest
187
188
- name: Download Substrate
189
run: |
190
curl $SUBSTRATE_URL --output substrate --location
0 commit comments