Skip to content

Commit

Permalink
Update CI for i686 ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Dec 25, 2020
1 parent af66480 commit 7ea6275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
uses: actions/checkout@v2
- name: Install linker
if: matrix.target == 'i686-unknown-linux-gnu'
run: sudo apt-get install gcc-5-multilib lib32gcc-5-dev
run: |
sudo apt-get update
sudo apt-get install gcc-5-multilib lib32gcc-5-dev
- name: Test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 7ea6275

Please sign in to comment.