build a macos binary
Some checks failed
Continuous Releases / build (windows) (push) Failing after 7s
Some checks failed
Continuous Releases / build (windows) (push) Failing after 7s
This commit is contained in:
@@ -3,7 +3,8 @@ on: [push]
|
||||
name: Continuous Releases
|
||||
|
||||
env:
|
||||
TARGET_PLATFORM: x86_64-pc-windows-gnu
|
||||
TARGET_PLATFORM_WINDOWS: x86_64-pc-windows-gnu
|
||||
TARGET_PLATFORM_MACOS: aarch64-apple-darwin
|
||||
APT_PACKAGES: mingw-w64
|
||||
|
||||
jobs:
|
||||
@@ -16,7 +17,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: echo "/root/.cargo/bin" >> $GITHUB_PATH
|
||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM }}"
|
||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM_WINDOWS }}"
|
||||
- run: cargo build --release --target "${{ env.TARGET_PLATFORM_MACOS }}"
|
||||
- uses: https://gitea.com/actions/gitea-release-action@main
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||
|
||||
Reference in New Issue
Block a user