Skip to content

Commit

Permalink
Add one more target in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Aug 7, 2023
1 parent e736af6 commit 59c3287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- target: x86_64-unknown-linux-musl
os: ubuntu-20.04
use-cross: true
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-20.04
use-cross: true
- target: x86_64-pc-windows-gnu
os: windows-2019
- target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 59c3287

Please sign in to comment.