added compilershit
Some checks failed
Build Project / test (push) Failing after 55s

This commit is contained in:
2023-09-24 22:53:33 +00:00
parent 5f5800ea4a
commit 8579806996

View File

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