From e1a7fdba0b963204f5f3d2cd1f8cf2d276f2e3ab Mon Sep 17 00:00:00 2001 From: Kirill Shakirov <38155247+Nyanraltotlapun@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:52:09 +0200 Subject: [PATCH] Fix build on FreeBSD action. --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9e4e0f7..f8ff8fc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ env: CARGO_TERM_COLOR: always jobs: - - build-m1: + build-m1: runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -34,7 +34,7 @@ jobs: name: nyash-client-aarch64-apple-darwin path: nyash_client/target/aarch64-apple-darwin/release/nyash-client - - build-freebsd: + build-freebsd: name: Release - FreeBSD-x86_64 strategy: matrix: