Skip to content

Commit

Permalink
locating libcrypto in ci machine
Browse files Browse the repository at this point in the history
  • Loading branch information
edwjchen committed Feb 9, 2025
1 parent a36eb1f commit b201ecf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
- uses: actions/checkout@v3
- name: Install dependencies
if: runner.os == 'Linux'
run: sudo apt-get update; sudo apt-get install zsh cvc4 libboost-all-dev libssl-dev coinor-cbc coinor-libcbc-dev
run: sudo apt-get update; sudo apt-get install zsh cvc4 libboost-all-dev libssl-dev coinor-cbc coinor-libcbc-dev
- name: Locate libcrypto 1
run: dpkg -L libssl-dev | grep libcrypto
- name: Locate libcrypto 2
run: ldconfig -p | grep libcrypto.so
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit b201ecf

Please sign in to comment.