cd.yaml: install libssl-dev
Some checks failed
Build && Deploy / cargo build (push) Failing after 38s
Some checks failed
Build && Deploy / cargo build (push) Failing after 38s
This commit is contained in:
parent
a5c0115a4d
commit
db3ef07dfc
@ -6,6 +6,8 @@ jobs:
|
||||
name: cargo build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Ubuntu deps
|
||||
run: apt install libssl-dev
|
||||
- name: Restore cached toolchain
|
||||
id: cache-toolchain
|
||||
uses: actions/cache/restore@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user