Skip to content

Commit

Permalink
Add --force-non-host
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Mar 23, 2024
1 parent 36830f2 commit 8c8d156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y libasound2-dev
- name: Rustup Toolchain
run: rustup toolchain install stable-x86_64-unknown-linux-musl
run: rustup toolchain install --force-non-host stable-x86_64-unknown-linux-musl
- name: Rustup Target
run: rustup target add x86_64-unknown-linux-musl
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Rustup Toolchain
run: rustup toolchain install stable-x86_64-pc-windows-gnu
run: rustup toolchain install --force-non-host stable-x86_64-pc-windows-gnu
- name: Rustup Target
run: rustup target add x86_64-pc-windows-gnu
- name: Build
Expand Down

0 comments on commit 8c8d156

Please sign in to comment.