diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b9f55ac..e071eca 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: install deps run: | apt update - apt install cmake + apt install cmake -Y - name: build run: |