mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Switch to nscloud-cache-action v1.1.0 which handles the permissions required to create /nix.
This commit is contained in:
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
# Install Nix and use that to run our tests so our environment matches exactly.
|
# Install Nix and use that to run our tests so our environment matches exactly.
|
||||||
- name: Setup Nix Cache
|
- name: Setup Nix Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1
|
uses: namespacelabs/nscloud-cache-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
path: /nix
|
path: /nix
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
# Install Nix and use that to run our tests so our environment matches exactly.
|
# Install Nix and use that to run our tests so our environment matches exactly.
|
||||||
- name: Setup Nix Cache
|
- name: Setup Nix Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1
|
uses: namespacelabs/nscloud-cache-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
path: /nix
|
path: /nix
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
|
|
||||||
# Install Nix and use that to run our tests so our environment matches exactly.
|
# Install Nix and use that to run our tests so our environment matches exactly.
|
||||||
- name: Setup Nix Cache
|
- name: Setup Nix Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1
|
uses: namespacelabs/nscloud-cache-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
path: /nix
|
path: /nix
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
@ -222,7 +222,7 @@ jobs:
|
|||||||
|
|
||||||
# Install Nix and use that to run our tests so our environment matches exactly.
|
# Install Nix and use that to run our tests so our environment matches exactly.
|
||||||
- name: Setup Nix Cache
|
- name: Setup Nix Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1
|
uses: namespacelabs/nscloud-cache-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
path: /nix
|
path: /nix
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
@ -251,7 +251,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||||
- name: Setup Nix Cache
|
- name: Setup Nix Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1
|
uses: namespacelabs/nscloud-cache-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
path: /nix
|
path: /nix
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
@ -272,7 +272,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||||
- name: Setup Nix Cache
|
- name: Setup Nix Cache
|
||||||
uses: namespacelabs/nscloud-cache-action@v1
|
uses: namespacelabs/nscloud-cache-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
path: /nix
|
path: /nix
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
|
Reference in New Issue
Block a user