Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Explicitly set bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Jul 6, 2022
1 parent ebb508f commit 65c5b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Get Rust version & build version
shell: bash
run: |
echo "::set-output name=RUST_VERSION::$(rustc --version)"
VERSION=$(src/ci/get-version.sh)
Expand Down

0 comments on commit 65c5b69

Please sign in to comment.