Skip to content

Commit 4969edb

Browse files
committed
try running on namespace
1 parent f32d994 commit 4969edb

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@ name: Release
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: namespace-profile-ghostty-sm
10+
11+
env:
12+
ZIG_LOCAL_CACHE_DIR: /zig/local-cache
13+
ZIG_GLOBAL_CACHE_DIR: /zig/global-cache
14+
1015
steps:
1116
- name: Checkout code
1217
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1318

19+
- name: Setup Cache
20+
uses: namespacelabs/nscloud-cache-action@a289cf5d2fcd6874376aa92f0ef7f99dc923592a # v1.2.17
21+
with:
22+
path: |
23+
/nix
24+
/zig
25+
1426
- name: Install Nix
15-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
27+
uses: cachix/install-nix-action@7be5dee1421f63d07e71ce6e0a9f8a4b07c2a487 # v31.6.1
1628
with:
1729
nix_path: nixpkgs=channel:nixos-unstable
1830

0 commit comments

Comments
 (0)