Skip to content

Commit

Permalink
fixes bash script exec
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 27, 2024
1 parent 1937dec commit 88f130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: build_test.sh
run: ./build_test.sh

- name: Publish to coveralls
env:
Expand Down

0 comments on commit 88f130a

Please sign in to comment.