This commit is contained in:
icex2
2021-08-15 12:44:41 +02:00
committed by voidderef
parent 38b2c44b51
commit ccd41d943e
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
ls -lah
- name: "Install docker"
run: sudo apt-get update && sudo apt-get install -y containerd docker.io
run: sudo apt-get update && sudo apt-get install -f && sudo apt-get install -y containerd docker.io
- name: "Build"
run: make build-docker