fix(ci): dont shallow clone
This commit is contained in:
parent
7e90e8a05e
commit
49d56aaa09
1 changed files with 2 additions and 0 deletions
2
.github/workflows/aur.yml
vendored
2
.github/workflows/aur.yml
vendored
|
|
@ -14,6 +14,8 @@ jobs:
|
||||||
- run: pacman -Sy --noconfirm openssh git
|
- run: pacman -Sy --noconfirm openssh git
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
useradd -m builder
|
useradd -m builder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue