Skip to content

Commit

Permalink
Add i686 linux CI
Browse files Browse the repository at this point in the history
This should pass in the old runs and... might fail in the new runs?
  • Loading branch information
Lokathor authored Aug 17, 2024
1 parent 7ef782a commit 96bae0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
- { target: i586-pc-windows-msvc, toolchain: stable, os: windows-latest }
- { target: i586-pc-windows-msvc, toolchain: beta, os: windows-latest }
- { target: i586-pc-windows-msvc, toolchain: nightly, os: windows-latest }
# x86
# x86 (windows)
- { target: i686-pc-windows-msvc, toolchain: "1.61", os: windows-latest }
- { target: i686-pc-windows-msvc, toolchain: stable, os: windows-latest }
- { target: i686-pc-windows-msvc, toolchain: beta, os: windows-latest }
- { target: i686-pc-windows-msvc, toolchain: nightly, os: windows-latest }
# x86 (linux)
- { target: i686-unknown-linux-gnu, toolchain: "1.61", os: ubuntu-latest }
- { target: i686-unknown-linux-gnu, toolchain: stable, os: ubuntu-latest }
- { target: i686-unknown-linux-gnu, toolchain: beta, os: ubuntu-latest }
- { target: i686-unknown-linux-gnu, toolchain: nightly, os: ubuntu-latest }
# x86_64
- { target: x86_64-unknown-linux-gnu, toolchain: "1.61", os: ubuntu-latest }
- { target: x86_64-unknown-linux-gnu, toolchain: stable, os: ubuntu-latest }
Expand Down

0 comments on commit 96bae0d

Please sign in to comment.