mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 13:04:18 +02:00
Install git before action
This commit is contained in:
parent
2b916e435b
commit
278893ef8e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -8,11 +8,11 @@ jobs:
|
|||
container:
|
||||
image: archlinux:latest
|
||||
steps:
|
||||
- run: pacman-key --init
|
||||
- run: pacman -Syu --noconfirm git sudo
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: pacman-key --init
|
||||
- run: pacman -Syu --noconfirm git sudo
|
||||
- run: bash scripts/install-development-environment
|
||||
- run: |
|
||||
for commit in $(git rev-list ${{ github.base_ref }}..${{ github.head_ref }}); do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue