Skip to content

Commit aef93d4

Browse files
committed
fix build procedure
1 parent b320f91 commit aef93d4

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-
make
19+
build.sh
2020
2121
macOS-latest:
2222
runs-on: macOS-latest
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build
3333
run: |
34-
make
34+
build.sh
3535
3636
# ubuntu-latest-gcc:
3737
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)