Skip to content

Commit

Permalink
Add x86_64 linux and wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
davnotdev committed Jan 28, 2024
1 parent a100f93 commit ca8996e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
packages:
- gcc-aarch64-linux-gnu
targets:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- os: macos-12
platform: macOS
Expand All @@ -30,8 +31,8 @@ jobs:
platform: Windows
targets:
- aarch64-pc-windows-msvc
- os: web
platform: WASM
- os: ubuntu-latest
platform: Web
targets:
- wasm32-unknown-unknown
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ca8996e

Please sign in to comment.