Skip to content

Commit 4a58360

Browse files
committed
fix i686 linux
1 parent 894eed5 commit 4a58360

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v5
7979

80+
- name: Install i686 dependencies
81+
run: |
82+
sudo dpkg --add-architecture i386
83+
sudo apt-get update
84+
sudo apt-get install -y gcc-multilib libc6-dev-i386
85+
8086
- uses: dtolnay/rust-toolchain@stable
8187
with:
8288
targets: i686-unknown-linux-gnu

0 commit comments

Comments
 (0)