Fixing up refreshing packages.

This commit is contained in:
Emiliano Vavassori 2025-02-08 21:20:39 +01:00
parent dd983c0747
commit 748ad7d1c7

View File

@ -9,10 +9,10 @@ jobs:
uses: actions/checkout@v2
- name: Fix permissions
run: /fixperms.sh
- name: Refresh packages
run: /paruw.sh "paru -Syy"
- name: Compile package
run:
- /paruw.sh "paru -Syy"
- /paruw.sh "paru -Bi ${{ gitea.workspace }}"
run: /paruw.sh "paru -Bi ${{ gitea.workspace }}"
- name: Setup go for publishing
uses: actions/setup-go@v4
with: