Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 committed Jan 27, 2024
1 parent 7c32eae commit 6329ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
bin: soldr
- target: x86_64-unknown-linux-gnu
bin: soldr
name: MUSL binary
name: ${{ matrix.platform.os_name }} with rust ${{ matrix.toolchain }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
if: contains(matrix.platform.name, 'musl')
if: contains(matrix.platform.target, 'musl')
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 6329ef3

Please sign in to comment.