ci: snap workflow requires git history

pull/3931/head
Mitchell Hashimoto 2025-02-15 07:10:25 -08:00
parent 03d1240999
commit 494273cf08
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
runs-on: namespace-profile-ghostty-snap
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Cache
uses: namespacelabs/nscloud-cache-action@v1.2.0
with:
@ -26,6 +29,9 @@ jobs:
runs-on: namespace-profile-ghostty-snap-arm64
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Cache
uses: namespacelabs/nscloud-cache-action@v1.2.0
with: