CI: Revert nix version for cachix to 2.13.3
In an attempt to fix https://github.com/cachix/cachix-action/issues/138
This commit is contained in:
parent
a02c81d341
commit
74b7005518
1 changed files with 2 additions and 0 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -17,6 +17,8 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v18
|
uses: cachix/install-nix-action@v18
|
||||||
|
with:
|
||||||
|
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
|
||||||
- name: "Set Up Binary Cache"
|
- name: "Set Up Binary Cache"
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: cachix/cachix-action@v12
|
uses: cachix/cachix-action@v12
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue