Specify shell in build-dependencies

This commit is contained in:
Luke Parker 2022-09-17 16:29:44 -04:00
parent 34ffdfa8be
commit 2393cdfe8c
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

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