We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0e362a + 537097b commit 9d7aebbCopy full SHA for 9d7aebb
.github/workflows/update-manual.yml
@@ -17,11 +17,11 @@ jobs:
17
fetch-depth: 0
18
19
- name: Install Nix
20
- uses: cachix/install-nix-action@v22
+ uses: cachix/install-nix-action@v27
21
22
- name: Build manual
23
run: |
24
- nix-build ./release.nix -I nixpkgs=channel:nixpkgs-23.11-darwin -I darwin=. -A manualHTML
+ nix-build ./release.nix -I nixpkgs=channel:nixpkgs-24.05-darwin -I darwin=. -A manualHTML
25
26
- name: Push update to manual
27
0 commit comments