Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 19, 2024
1 parent 6ea7fb5 commit de2e169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
uses: actions/checkout@v4
- name: Setup
run: rustup target add ${{ matrix.targets.target }}
- name: Install musl-tools
if : matrix.targets.target == 'x86_64-unknown-linux-musl'
run: sudo apt install -qq -y musl-tools --no-install-recommends
- name: Build
run: cargo build --release --target ${{ matrix.targets.target }}
- name: Set release version
Expand Down

0 comments on commit de2e169

Please sign in to comment.