This commit is contained in:
icex2
2021-08-15 12:52:41 +02:00
committed by voidderef
parent ccd41d943e
commit df745a975b
+3 -1
View File
@@ -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