Skip to content

Commit

Permalink
Fix CI target
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 23, 2024
1 parent 48ce3c2 commit edd99a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,17 @@ jobs:
strategy:
matrix:
thing:
- i686-linux
- x86_64-linux
- aarch64-linux
- arm64-macos
include:
- apt_packages: ""
- custom_env: {}
- build_only: false
- thing: i686-linux
target: i686-unknown-linux-gnu
- thing: x86_64-linux
target: x86_64-unknown-linux-gnu
rust: stable
os: ubuntu-latest
apt_packages: gcc-multilib g++-multilib
- thing: aarch64-linux
target: aarch64-unknown-linux-gnu
rust: stable
Expand Down

0 comments on commit edd99a5

Please sign in to comment.