Skip to content

Commit 342e52f

Browse files
committed
run build in shell
1 parent aef93d4 commit 342e52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
1717
- name: Build
1818
run: |
19-
build.sh
19+
sh build.sh
2020
2121
macOS-latest:
2222
runs-on: macOS-latest
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build
3333
run: |
34-
build.sh
34+
sh build.sh
3535
3636
# ubuntu-latest-gcc:
3737
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)