Skip to content

Commit 9795c37

Browse files
committed
ci: Update CI
1 parent d71e0d1 commit 9795c37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- rework
87
pull_request:
98

109
concurrency:
@@ -17,9 +16,9 @@ jobs:
1716
steps:
1817
- uses: actions/checkout@v4
1918
- name: Install nix
20-
uses: cachix/install-nix-action@v27
19+
uses: cachix/install-nix-action@v30
2120
with:
22-
install_url: https://releases.nixos.org/nix/nix-2.24.4/install
21+
install_url: https://releases.nixos.org/nix/nix-2.26.2/install
2322
- uses: cachix/cachix-action@v15
2423
with:
2524
name: holochain-ci

0 commit comments

Comments
 (0)