fix: Add -y for install
Some checks failed
ci / build (wasm32-unknown-unknown) (push) Failing after 5s
ci / build (x86_64-unknown-linux-gnu) (push) Failing after 11s
Publish Docker / build (push) Failing after 4m48s

This commit is contained in:
Nathan Woodburn 2025-02-14 13:14:18 +11:00
parent 82cc5202dd
commit 27d2038b33
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Docker
run: |
apt-get update
apt-get install curl
apt-get install curl -y
curl -fsSL https://get.docker.com | sh
- name: Build and push image