mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
ci: snap workflow requires git history
This commit is contained in:
6
.github/workflows/snap.yaml
vendored
6
.github/workflows/snap.yaml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
runs-on: namespace-profile-ghostty-snap
|
runs-on: namespace-profile-ghostty-snap
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
- name: Setup Cache
|
- name: Setup Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
@ -26,6 +29,9 @@ jobs:
|
|||||||
runs-on: namespace-profile-ghostty-snap-arm64
|
runs-on: namespace-profile-ghostty-snap-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
- name: Setup Cache
|
- name: Setup Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
uses: namespacelabs/nscloud-cache-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user