diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 10e771e..4ef0388 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -62,6 +62,9 @@ jobs: - name: Checkout pict-rs uses: https://github.com/actions/checkout@v4 + - + name: install sudo + run: apt-get update && apt-get -y install sudo - name: Set up docker uses: https://github.com/docker-practice/actions-setup-docker@master