Skip to content

Commit

Permalink
Fix apt-get command
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Aug 26, 2024
1 parent 9a63ae0 commit c28d6d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install pkg-config libssl-dev
- name: Check Dependencies
run: |
pkg-config --version
openssl version -d
openssl version
- name: Build Wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit c28d6d9

Please sign in to comment.