From 768be78aeb4265ee87ea354c570f942d4576939e Mon Sep 17 00:00:00 2001 From: Julian Pollinger Date: Mon, 2 Sep 2024 23:45:25 +0200 Subject: [PATCH] Update arch_pkgs.yml --- .github/workflows/arch_pkgs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arch_pkgs.yml b/.github/workflows/arch_pkgs.yml index cacb11d..c8b49e1 100644 --- a/.github/workflows/arch_pkgs.yml +++ b/.github/workflows/arch_pkgs.yml @@ -99,7 +99,7 @@ jobs: - name: Install dependencies run: | pacman -Syu --noconfirm - pacman -S --noconfirm git + pacman -S --noconfirm git git-lfs - name: Download packages uses: actions/download-artifact@v3 with: @@ -124,4 +124,4 @@ jobs: git config --global user.name 'GitHub Actions [Bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git commit -am "Updated packages" - git push \ No newline at end of file + git push