Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
fix cross-compiling ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatsNoMoon committed May 22, 2022
1 parent 5912d1d commit 23cbddf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
echo [target.${{ matrix.target }}] > .cargo/config.toml
echo linker = '"'${{ matrix.linker }}'"' >> .cargo/config.toml
- name: Install cross-compiling toolchain
if: matrix.cross
run: rustup target add ${{ matrix.target }}

- name: Build
if: "!matrix.cross"
run: cargo build --release --verbose
Expand Down

0 comments on commit 23cbddf

Please sign in to comment.