Skip to content

Commit

Permalink
linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed May 6, 2024
1 parent c2f2929 commit ebad20b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install gcc-multilib libssl-dev:i386 -y
if: matrix.os == 'ubuntu-latest'
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose

Expand Down

0 comments on commit ebad20b

Please sign in to comment.