Skip to content

Commit

Permalink
Why u no work?
Browse files Browse the repository at this point in the history
  • Loading branch information
spamwax committed Sep 25, 2021
1 parent 5316a59 commit c05e716
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
command: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
sudo apt-get install -y gcc-multilib
if [ $TARGET = "i686-unknown-linux-gnu" ]; then
sudo apt-get install -y gcc-multilib
fi
- run:
name: Add Rust Components
command: |
Expand Down

0 comments on commit c05e716

Please sign in to comment.