Other fixes to build package.

This commit is contained in:
Emiliano Vavassori 2025-02-08 21:24:53 +01:00
parent 748ad7d1c7
commit 1bd54e9eac

View File

@ -12,7 +12,7 @@ jobs:
- name: Refresh packages
run: /paruw.sh "paru -Syy"
- name: Compile package
run: /paruw.sh "paru -Bi ${{ gitea.workspace }}"
run: /paruw.sh "paru -Bi --noconfirm ${{ gitea.workspace }}"
- name: Setup go for publishing
uses: actions/setup-go@v4
with: