diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8ea01482b7..e86d664851 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -176,9 +176,15 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - - name: Install + - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh + - name: Install firefox + uses: browser-actions/setup-firefox@latest + + - name: Install chrome + uses: browser-actions/setup-chrome@latest + - name: Download Substrate run: | curl $SUBSTRATE_URL --output substrate --location