Skip to content

Commit

Permalink
Update arch_pkgs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 authored Sep 2, 2024
1 parent 44ef6db commit 768be78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arch_pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
git push

0 comments on commit 768be78

Please sign in to comment.