Skip to content

Commit

Permalink
Install openssl deps
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 22, 2023
1 parent be8932c commit 920923f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
- uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: lscpu
- name: Install opencl
run: sudo apt-get install -y libpocl2 pocl-opencl-icd ocl-icd-opencl-dev
- uses: actions/checkout@v3
Expand All @@ -140,6 +139,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
- name: Install openssl deps
run: sudo apt-get install -y pkg-config libssl-dev
- name: cargo install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: cargo llvm-cov
Expand Down

0 comments on commit 920923f

Please sign in to comment.