diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index 97d49b0..f7c2e25 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -75,7 +75,7 @@ jobs: - name: Install tools shell: sh run: | - pkg add git gcc + apk add git gcc - name: Clone repository shell: sh run: |