Added windows and mac for testing
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Successful in 2m16s Details
Rust Build / building (Mac - X86_64, x86_64-apple-darwin) (push) Failing after 2m14s Details
Rust Build / building (Windows - X86_64, x86_64-pc-windows-gnu) (push) Successful in 2m13s Details

This commit is contained in:
Ian Wijma 2024-04-06 22:29:34 +11:00
parent 2c7d3660b3
commit 6e89020e46
1 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
include:
# - release_for: Windows - X86_64
# target: x86_64-pc-windows-gnu
- release_for: Windows - X86_64
target: x86_64-pc-windows-gnu
- release_for: Linux - X86_64
target: x86_64-unknown-linux-musl
# - release_for: Mac - X86_64
# target: x86_64-apple-darwin
- release_for: Mac - X86_64
target: x86_64-apple-darwin
steps:
- name: Checkout branch
uses: actions/checkout@v4