Skip to content

Commit

Permalink
[CI] Install libssl for WASI-NN burn.rs backend in CI.
Browse files Browse the repository at this point in the history
Signed-off-by: YiYing He <[email protected]>
  • Loading branch information
q82419 authored and hydai committed Sep 5, 2024
1 parent c15c414 commit a1c1c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
shell: bash
run: |
apt update
apt install -y pkg-config
apt install -y pkg-config libssl-dev
- name: Build WASI-NN plugin
shell: bash
run: |
Expand Down

0 comments on commit a1c1c6b

Please sign in to comment.