mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Fix musl build
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -1,9 +1,9 @@
|
|||||||
name: Rust static build and publish
|
name: Rust static build and publish
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
push:
|
# push:
|
||||||
tags:
|
# tags:
|
||||||
- 'v*.*.*'
|
# - 'v*.*.*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
@@ -16,7 +16,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
build_target: x86_64-unknown-linux-musl
|
build_target: x86_64-unknown-linux-musl
|
||||||
|
Reference in New Issue
Block a user