forked from DGNum/colmena
.github: Switch back to upstream DetSys installer
The PR was merged.
This commit is contained in:
parent
31d8240504
commit
e034c15825
5 changed files with 5 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: zhaofengli/nix-installer-action@zhaofeng
|
||||
uses: DeterminateSystems/nix-installer-action@e1f2e54ff90b012560f19481e250bb7d909f3acd
|
||||
|
||||
- name: Enable Binary Cache
|
||||
uses: cachix/cachix-action@v12
|
||||
|
|
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: zhaofengli/nix-installer-action@zhaofeng
|
||||
uses: DeterminateSystems/nix-installer-action@e1f2e54ff90b012560f19481e250bb7d909f3acd
|
||||
|
||||
- name: Enable binary cache
|
||||
uses: cachix/cachix-action@v12
|
||||
|
|
2
.github/workflows/manual-stable.yml
vendored
2
.github/workflows/manual-stable.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: zhaofengli/nix-installer-action@zhaofeng
|
||||
uses: DeterminateSystems/nix-installer-action@e1f2e54ff90b012560f19481e250bb7d909f3acd
|
||||
|
||||
- name: Enable Binary Cache
|
||||
uses: cachix/cachix-action@v12
|
||||
|
|
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Install Nix
|
||||
uses: zhaofengli/nix-installer-action@zhaofeng
|
||||
uses: DeterminateSystems/nix-installer-action@e1f2e54ff90b012560f19481e250bb7d909f3acd
|
||||
|
||||
- name: Enable Binary Cache
|
||||
uses: cachix/cachix-action@v12
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Install Nix
|
||||
uses: zhaofengli/nix-installer-action@zhaofeng
|
||||
uses: DeterminateSystems/nix-installer-action@e1f2e54ff90b012560f19481e250bb7d909f3acd
|
||||
|
||||
- name: Enable Binary Cache
|
||||
uses: cachix/cachix-action@v12
|
||||
|
|
Loading…
Reference in a new issue