Skip to content

Commit

Permalink
Try to add freebsd target with cross platform action
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 21, 2024
1 parent 77b7b92 commit 0b87b65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
version: 0.98.0

- name: Build Nu
uses: cross-platform-actions/action@v0.25.0
with:
operating_system: freebsd
version: '12.2'
run: |
cargo build --release --all --target x86_64-unknown-freebsd --features=static-link-openssl
uses: cross-platform-actions/action@v0.25.0
with:
operating_system: freebsd
version: '12.2'
run: |
cargo build --release --all --target x86_64-unknown-freebsd --features=static-link-openssl
# REF: https://github.com/marketplace/actions/gh-release
# - name: Publish Archive
Expand Down

0 comments on commit 0b87b65

Please sign in to comment.