Skip to content

Commit

Permalink
.github/workflows/tests: Pin Nix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed May 27, 2024
1 parent 72e9925 commit d0726dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
submodules: 'true'

- name: Install nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixos-23.11

- name: Compile ${{matrix.renderer}} port on ${{matrix.os}}
run: nix-shell build-scripts/shell.nix --run 'make all NYXT_RENDERER=${{matrix.renderer}}'
Expand Down

0 comments on commit d0726dc

Please sign in to comment.