mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-27 17:28:00 +03:00
wip
This commit is contained in:
@@ -28,7 +28,9 @@ jobs:
|
||||
ls -lah
|
||||
|
||||
- name: "Install docker"
|
||||
run: sudo apt-get update && sudo apt-get install -f && sudo apt-get install -y containerd docker.io
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y containerd docker.io
|
||||
|
||||
- name: "Build"
|
||||
run: make build-docker
|
||||
|
||||
Reference in New Issue
Block a user