Skip to content

Commit

Permalink
Try musl on Rust v1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jan 13, 2024
1 parent fd66b95 commit 5dca41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
job:
- { target: x86_64-unknown-linux-gnu, binary_name: linux-amd64, os: ubuntu-latest }
- { target: x86_64-unknown-linux-musl, binary_name: linux-amd64, os: ubuntu-latest }
- { target: x86_64-apple-darwin, binary_name: darwin-amd64, os: macos-latest }
- { target: x86_64-pc-windows-msvc, binary_name: windows-amd64.exe, os: windows-latest }
runs-on: ${{ matrix.job.os }}
Expand All @@ -30,7 +30,7 @@ jobs:
with:
profile: minimal
components: rustc, cargo
toolchain: nightly
toolchain: 1.71.0
override: true
target: ${{ matrix.job.target }}
- name: Run cargo build --release
Expand Down

0 comments on commit 5dca41e

Please sign in to comment.