openssl
Some checks failed
Build Project / test (push) Failing after 57s

This commit is contained in:
2023-09-24 22:57:30 +00:00
parent b37a0328f0
commit 512e704036

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 -y
- run: apt update && apt upgrade -y && apt install docker nodejs curl git build-essential pkg-config openssl -y
- name: Install Rust
uses: actions-rs/toolchain@v1
with: