mirror of
https://github.com/ZeusWPI/ZNS.git
synced 2024-11-22 21:51:11 +01:00
chore: compile for apple
This commit is contained in:
parent
80af206073
commit
c63bfae16b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
||||||
target:
|
target:
|
||||||
- x86_64-pc-windows-gnu
|
- x86_64-pc-windows-gnu
|
||||||
- x86_64-unknown-linux-musl
|
- x86_64-unknown-linux-musl
|
||||||
|
- x86_64-apple-darwin
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Compile and release
|
- name: Compile and release
|
||||||
|
|
Loading…
Reference in a new issue