Skip to content

Commit

Permalink
Install git in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Apr 15, 2022
1 parent fb9f0d9 commit ce42ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
container: archlinux/archlinux:latest
steps:
- name: Install dependencies
run: pacman -Syu --noconfirm patch subversion
run: pacman -Syu --noconfirm git patch subversion
- name: Fix git unsafe repository
run: git config --global --add safe.directory /__w/archriscv-packages/archriscv-packages
- uses: actions/checkout@v2
Expand Down

0 comments on commit ce42ee2

Please sign in to comment.