okg-config
Some checks failed
Build Project / test (push) Failing after 1m23s

This commit is contained in:
2023-09-24 22:55:20 +00:00
parent 8579806996
commit b37a0328f0

View File

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