We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73f417 commit f5608f0Copy full SHA for f5608f0
.github/workflows/rust.yml
@@ -110,6 +110,9 @@ jobs:
110
- uses: actions/checkout@v4
111
- name: Install 32-bit target
112
run: rustup target add i686-unknown-linux-gnu
113
+ - name: Install 32-bit libs
114
+ # https://stackoverflow.com/a/16016792/7518605
115
+ run: sudo apt install gcc-multilib
116
- name: Run some tests on 32-bit target
117
run: cargo test --target i686-unknown-linux-gnu --test issues
118
- name: Run some tests on 32-bit target (async-tokio)
0 commit comments