mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
locating libcrypto in ci machine
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user