This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user