Skip to content

Commit

Permalink
workflows/rust: try basic freebsd build
Browse files Browse the repository at this point in the history
  • Loading branch information
eNV25 committed Oct 15, 2023
1 parent 169b0f8 commit 57a81fd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ jobs:
with:
sarif_file: rust-clippy-results.sarif
wait-for-processing: true
build-freebsd:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: vmactions/freebsd-vm@v0
with:
usesh: true
prepare: |
pkg install -y rust pkgconf mpv
run: |
cargo build --release --locked --target x86_64-unknown-freebsd

0 comments on commit 57a81fd

Please sign in to comment.