diff --git a/action.yaml b/action.yaml index ad45c7d..955e025 100644 --- a/action.yaml +++ b/action.yaml @@ -36,8 +36,7 @@ runs: - name: Build package run: | cd "${{ inputs.context }}" - chown -R builder . - sudo -u builder makepkg -sc --needed --noconfirm + makepkg -sc --needed --noconfirm - name: Setup MinIO run: |