From 3b37a8f8935609f1137d482aaa04dfbfcbb5a9a2 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 21 May 2025 23:47:54 -0400 Subject: [PATCH] Update gitea-debian.yml --- .github/workflows/gitea-debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitea-debian.yml b/.github/workflows/gitea-debian.yml index 6f70786..49f8cef 100644 --- a/.github/workflows/gitea-debian.yml +++ b/.github/workflows/gitea-debian.yml @@ -45,7 +45,7 @@ jobs: - name: Generate pkg contents in "/build" run: | - BASE=build make install + sudo BASE=build make install ./pkginstall build \ --name go-gitlooseleaf \ --version ${{ steps.get_version.outputs.version }} \