mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Specify shell in build-dependencies
This commit is contained in:
parent
34ffdfa8be
commit
2393cdfe8c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue