Skip to content

Commit

Permalink
toolchain change (install libssl-dev for Linux builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolja committed Nov 26, 2024
1 parent 5b643b4 commit b14086f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down

0 comments on commit b14086f

Please sign in to comment.