From 3a1c6ff072505b5e1b8f50fae6d70e1896f55f30 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomiakov Date: Thu, 24 Jul 2025 00:12:37 +0300 Subject: [PATCH] Fix musl build --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cff65d0..294ba1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: Rust static build and publish -on: - push: - tags: - - 'v*.*.*' +on: [push] +# push: +# tags: +# - 'v*.*.*' env: CARGO_TERM_COLOR: always @@ -16,7 +16,6 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] include: - os: ubuntu-latest build_target: x86_64-unknown-linux-musl