mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 14:04:17 +00:00
CI/CD: build for x86_64-pc-windows-gnu (#483)
This commit is contained in:
parent
58dec4b8e8
commit
78c99dcb4b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
matrix:
|
||||
# This should work with only the `include`s but it currently doesn't because of this bug:
|
||||
# https://github.community/t5/How-to-use-Git-and-GitHub/GitHub-Actions-Matrix-options-dont-work-as-documented/td-p/29558
|
||||
target: [x86_64-osx, x86_64-unknown-linux-musl, armv7-unknown-linux-musleabihf, armv7-linux-androideabi, aarch64-linux-android]
|
||||
target: [x86_64-osx, x86_64-unknown-linux-musl, armv7-unknown-linux-musleabihf, armv7-linux-androideabi, aarch64-linux-android, x86_64-pc-windows-gnu]
|
||||
include:
|
||||
- os: macos-latest
|
||||
target: x86_64-osx
|
||||
|
@ -44,6 +44,8 @@ jobs:
|
|||
target: armv7-linux-androideabi
|
||||
- os: ubuntu-latest
|
||||
target: aarch64-linux-android
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-pc-windows-gnu
|
||||
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@v1.3.4
|
||||
|
|
Loading…
Reference in a new issue