Skip to content

Commit

Permalink
[github] Try harder to install git
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Mar 16, 2024
1 parent 6794ee3 commit 521f5f1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ jobs:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
steps:
- name: Install git
run: |
pacman-key --init
pacman-key --populate archlinux
pacman -Syu --noconfirm git
- uses: actions/checkout@v4
- name: Initialize ArchLinux
run: |
bash github/setup-archlinux.sh
chown -R user .
- uses: actions/checkout@v4
- name: Setup ArchLinux CN repo
# For sleef
run: |
Expand Down

0 comments on commit 521f5f1

Please sign in to comment.