Fixed build?
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Failing after 7m5s Details

This commit is contained in:
Ian Wijma 2024-04-06 21:58:45 +11:00
parent efbe5ee765
commit ca33c08e8a
1 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,5 @@
name: Rust Build name: Rust Build
run-name: ${{ github.actor }} is building the files for a release 🚀 run-name: ${{ github.actor }} is building 🚀
on: on:
push: push:
branches-ignore: branches-ignore:
@ -17,18 +17,14 @@ jobs:
# target: x86_64-pc-windows-gnu # target: x86_64-pc-windows-gnu
- release_for: Linux - X86_64 - release_for: Linux - X86_64
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-musl
# - release_for: FreeBSD - x86_64
# target: x86_64-unknown-freebsd
# - release_for: Mac - X86_64 # - release_for: Mac - X86_64
# target: x86_64-apple-darwin # target: x86_64-apple-darwin
# - release_for: Mac - ARM
# target: aarch64-apple-darwin
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Compile - name: Compile
timeout-minutes: 10 timeout-minutes: 10
id: compile id: compile
uses: houseabsolute/actions-rust-cross@v0 uses: rust-build/rust-build.action@v1.4.5
with: with:
command: build RUSTTARGET: ${{ matrix.target }}
target: ${{ matrix.platform.target }} UPLOAD_MODE: none