Skip to content

Commit

Permalink
ci.sh has to use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt authored Mar 10, 2024
1 parent fa46b6a commit ba30ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
make dec
- name: Unit test script
run: sh test/ci.sh
run: bash test/ci.sh

macOS-build:
runs-on: macos-latest
Expand Down

0 comments on commit ba30ced

Please sign in to comment.