Compare commits
15 Commits
c5136e1464
...
e90d5a17ba
| Author | SHA1 | Date | |
|---|---|---|---|
| e90d5a17ba | |||
| 54143332ab | |||
| baa3fb7905 | |||
| 57c7437f77 | |||
| eef5a238a0 | |||
| 6048458f9b | |||
| ff609c85ba | |||
| 3e98f4053a | |||
| 1d601dba39 | |||
| a8fac5f3c6 | |||
| ae78588b80 | |||
| fe6fc0e517 | |||
| 3dcc4cb385 | |||
| 5e94cbfbea | |||
| 3b13102abb |
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
brew install sdl2
|
brew install sdl2
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: recursive
|
||||||
- name: build
|
- name: build
|
||||||
run: zig build -Doptimize=ReleaseSafe -Dcpu=baseline
|
run: zig build -Doptimize=ReleaseSafe -Dcpu=baseline
|
||||||
- name: upload
|
- name: upload
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: recursive
|
||||||
- uses: goto-bus-stop/setup-zig@v2
|
- uses: goto-bus-stop/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
|
|||||||
Reference in New Issue
Block a user