wat
All checks were successful
Build Project / test (push) Successful in 2m20s

This commit is contained in:
2023-09-25 07:17:32 +00:00
parent 026428f94a
commit 275861ed54

View File

@@ -29,7 +29,7 @@ jobs:
steps:
- name: Install necessary dependencies
run: apt update && apt install nodejs pkgconfig -y
run: apt update && apt install nodejs pkg-config -y
- name: Install docker
run: curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
# - name: Install Rust