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
|
name: cargo build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Ubuntu deps
|
||||||
|
run: apt install libssl-dev
|
||||||
- name: Restore cached toolchain
|
- name: Restore cached toolchain
|
||||||
id: cache-toolchain
|
id: cache-toolchain
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user