install docker
All checks were successful
Build Project / test (push) Successful in 2m53s

This commit is contained in:
2023-09-24 23:06:46 +00:00
parent 7045dd51ef
commit 0170ccab3d

View File

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