Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Nov 19, 2023
1 parent f7e731b commit 5c37fd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,17 @@ jobs:
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf
echo "TARGET_CC=arm-linux-gnueabihf-gcc" >> "$GITHUB_ENV"
- name: Install musl toolchain
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: |
sudo apt update
sudo apt install musl-tools
- name: Test
if: matrix.native
run: |
env
cargo test --all --target ${{ matrix.target }}
- name: Package
id: package
env:
Expand All @@ -85,6 +91,7 @@ jobs:
TARGET_RUSTFLAGS: ${{ matrix.target_rustflags }}
run: ./.github/package
shell: bash

- name: Publish Archive
uses: softprops/[email protected]
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 5c37fd3

Please sign in to comment.