more sudo apt.

This commit is contained in:
Acrimon 2020-07-04 18:17:19 +02:00
parent 1a9365b52f
commit 88e7124fa9
No known key found for this signature in database
GPG Key ID: 79B55D369EAD2A06
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- name: setup
run: |
apt-get install -y gcc-multilib
sudo apt-get install -y gcc-multilib
rustup target add i686-unknown-linux-gnu
- name: test
run: cargo test --target i686-unknown-linux-gnu