diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml index 8f61131..a5c5de5 100644 --- a/.gitea/workflows/build_test.yaml +++ b/.gitea/workflows/build_test.yaml @@ -6,10 +6,7 @@ jobs: runs-on: arch steps: - name: fix package cache - run: rm -fr /var/cache/pacman/pkg/* && - pacman -S archlinux-keyring && - pacman-key --init && - pacman-key --populate archlinux + run: rm -fr /var/cache/pacman/pkg/* && pacman -S archlinux-keyring && pacman-key --init && pacman-key --populate archlinux - name: get dependencies run: pacman -Sy nodejs make nasm --needed --noconfirm