diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 277abf7..2e3b46a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,6 +16,7 @@ jobs: - name: Prepare system run: | apt-get update -qy + apt install -y libc6 cmake - name: Install dependencies run: |