Skip to content

Commit 9d7aebb

Browse files
authored
Merge pull request #1073 from emilazy/push-xxvyptqvpqxw
ci/update-manual: use Nixpkgs 24.05
2 parents a0e362a + 537097b commit 9d7aebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-manual.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Install Nix
20-
uses: cachix/install-nix-action@v22
20+
uses: cachix/install-nix-action@v27
2121

2222
- name: Build manual
2323
run: |
24-
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.11-darwin -I darwin=. -A manualHTML
24+
nix-build ./release.nix -I nixpkgs=channel:nixpkgs-24.05-darwin -I darwin=. -A manualHTML
2525
2626
- name: Push update to manual
2727
run: |

0 commit comments

Comments
 (0)