Ubuntu why
Some checks failed
Build Project / test (push) Failing after 2m35s

This commit is contained in:
2023-09-24 22:59:05 +00:00
parent 512e704036
commit 7045dd51ef

View File

@@ -28,7 +28,7 @@ jobs:
- 5432:5432
steps:
- run: apt update && apt upgrade -y && apt install docker nodejs curl git build-essential pkg-config openssl -y
- run: apt update && apt upgrade -y && apt install docker nodejs curl git build-essential pkg-config openssl libssl-dev -y
- name: Install Rust
uses: actions-rs/toolchain@v1
with: