Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Oct 9, 2021
1 parent 30d26d1 commit c7dd8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
override: true
- 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 install gcc-multilib
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit c7dd8dc

Please sign in to comment.