1 changed files with
2 additions and
2 deletions
|
|
|
@ -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
|
|
|
|
|