Skip to content

Commit

Permalink
Use bash on windows actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Jan 22, 2023
1 parent 81613c3 commit 420e457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
fetch-depth: 0
- name: Get version name
id: version
# thanks windows
shell: bash
run: |
echo "VERSION=$(git describe --tags --dirty)" >> $GITHUB_OUTPUT
- name: Install toolchain
Expand Down

0 comments on commit 420e457

Please sign in to comment.