run build in shell

This commit is contained in:
beiller 2023-03-08 16:44:50 -05:00
parent 7deae8a2ca
commit 3c04dfb436
No known key found for this signature in database
GPG key ID: 5AC5D1B01D0E5D75

View file

@ -16,7 +16,7 @@ jobs:
- name: Build
run: |
build.sh
sh build.sh
macOS-latest:
runs-on: macOS-latest
@ -31,7 +31,7 @@ jobs:
- name: Build
run: |
build.sh
sh build.sh
# ubuntu-latest-gcc:
# runs-on: ubuntu-latest