There was an error while loading. Please reload this page.
1 parent 23d43b5 commit 965e469Copy full SHA for 965e469
.github/workflows/ci.yaml
@@ -31,14 +31,16 @@ jobs:
31
i686:
32
name: Test (i686)
33
runs-on: ubuntu-latest
34
+ env:
35
+ CARGO_BUILD_TARGET: i686-unknown-linux-gnu
36
steps:
37
- run: |
38
sudo apt-get update
39
sudo apt-get install gcc-multilib
40
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@master
41
+ - uses: dtolnay/rust-toolchain@stable
42
with:
- toolchain: stable-i686-unknown-linux-gnu
43
+ target: i686-unknown-linux-gnu
44
- run: cargo build
45
- run: ./ci/test_full.sh
46
0 commit comments