Skip to content

Commit

Permalink
Fix build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Piszmog committed Sep 27, 2022
1 parent c23f4f3 commit 337f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [ linux, linux-arm, macos, win-msvc, win32-msvc ]
build: [ linux_x86_64, linux_arm64, macos_x86_64, macos_x86_64, windows_x86_64, win32_i686-pc ]
include:
- build: linux_x86_64
os: ubuntu-latest
Expand Down

0 comments on commit 337f775

Please sign in to comment.