Skip to content

Commit

Permalink
fix: get libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Sep 5, 2023
1 parent 5140a9c commit b73a5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: |
apt -qq list libsasl2-modules-gssapi-mit libsasl2-dev libssl-dev
sudo apt-get install libssl-dev
sudo apt-get install libssl2-dev
sudo apt-get install libsasl2-dev
- run: rustup component add rustfmt clippy
- name: cargo clean
Expand Down

0 comments on commit b73a5af

Please sign in to comment.