Specify shell in build-dependencies

This commit is contained in:
Luke Parker
2022-09-17 16:29:44 -04:00
parent 34ffdfa8be
commit 2393cdfe8c

View File

@@ -30,6 +30,7 @@ runs:
- name: Get nightly version to use - name: Get nightly version to use
id: nightly id: nightly
shell: bash
run: echo "::set-output name=version::$(cat .github/nightly-version)" run: echo "::set-output name=version::$(cat .github/nightly-version)"
- name: Install WASM toolchain - name: Install WASM toolchain