mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: add namespace cache to more places
This commit is contained in:
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@ -6,6 +6,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Nix Cache
|
||||
uses: namespacelabs/nscloud-cache-action@v1.1.0
|
||||
with:
|
||||
path: /nix
|
||||
- name: Setup Nix
|
||||
uses: cachix/install-nix-action@v24
|
||||
with:
|
||||
|
Reference in New Issue
Block a user