Skip to content

Commit 965e469

Browse files
committed
Test i686 as a target only
1 parent 23d43b5 commit 965e469

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,16 @@ jobs:
3131
i686:
3232
name: Test (i686)
3333
runs-on: ubuntu-latest
34+
env:
35+
CARGO_BUILD_TARGET: i686-unknown-linux-gnu
3436
steps:
3537
- run: |
3638
sudo apt-get update
3739
sudo apt-get install gcc-multilib
3840
- uses: actions/checkout@v4
39-
- uses: dtolnay/rust-toolchain@master
41+
- uses: dtolnay/rust-toolchain@stable
4042
with:
41-
toolchain: stable-i686-unknown-linux-gnu
43+
target: i686-unknown-linux-gnu
4244
- run: cargo build
4345
- run: ./ci/test_full.sh
4446

0 commit comments

Comments
 (0)