Skip to content

Commit

Permalink
added deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Dec 26, 2023
1 parent 28bf680 commit a9d3059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- os: linux
image: ubuntu-latest
arch: 386
setup: sudo apt-get update && sudo apt-get install -qq gcc-i686-linux-gnu && sudo apt-get install -qq libssl-dev && sudo apt-get install -qq gcc-multilib
setup: sudo apt-get update && sudo apt-get install -qq gcc-i686-linux-gnu && sudo apt-get install -qq i686-linux-gnu-gcc && sudo apt-get install -qq libssl-dev && sudo apt-get install -qq gcc-multilib
env:
CC: i686-linux-gnu-gcc
CXX: i686-linux-gnu-g++
Expand Down

0 comments on commit a9d3059

Please sign in to comment.