mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
ci(snap): don't use a shallow clone when checking out the repo for snap build (#2203)
This commit is contained in:
parent
3739713619
commit
bc764f1fe5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/draft.yml
vendored
2
.github/workflows/draft.yml
vendored
|
|
@ -153,6 +153,8 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: canonical/setup-lxd@v0.1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue