Skip to content

Commit

Permalink
fix: run build script always as bash
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 24, 2024
1 parent edfafe3 commit dbb4d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
tar xvfz aarch64-linux-musl-cross.tgz
- id: build
shell: bash
run: |
toolchain_file=$(readlink -f TC-${{ matrix.build.target }}.cmake)
if [[ "${{ matrix.build.target }}" == "aarch64-unknown-linux-musl" ]]; then
Expand Down

0 comments on commit dbb4d4d

Please sign in to comment.