diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index b36604e..eac2058 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -76,7 +76,7 @@ jobs: - name: Install tools shell: sh run: | - apk add git gcc + apk add git gcc musl-dev - name: Clone repository shell: sh run: |