fix(ci): dont shallow clone

This commit is contained in:
Barrett Ruth 2026-02-18 18:05:58 -05:00
parent 7e90e8a05e
commit 49d56aaa09
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -14,6 +14,8 @@ jobs:
- run: pacman -Sy --noconfirm openssh git
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
useradd -m builder