Fix build on FreeBSD action.

This commit is contained in:
Kirill Shakirov
2026-04-06 22:52:09 +02:00
parent f8a0c6d5cd
commit e1a7fdba0b
+2 -2
View File
@@ -16,7 +16,7 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
jobs: jobs:
- build-m1: build-m1:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
name: nyash-client-aarch64-apple-darwin name: nyash-client-aarch64-apple-darwin
path: nyash_client/target/aarch64-apple-darwin/release/nyash-client path: nyash_client/target/aarch64-apple-darwin/release/nyash-client
- build-freebsd: build-freebsd:
name: Release - FreeBSD-x86_64 name: Release - FreeBSD-x86_64
strategy: strategy:
matrix: matrix: