1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-25 17:51:11 +02:00

Install nix before cache read

This commit is contained in:
Kristoffer Dalby 2022-05-27 10:47:13 +01:00
parent 558a92153b
commit 83005b7f72

View File

@ -28,6 +28,10 @@ jobs:
integration_test/
config-example.yaml
- name: Install Nix
uses: cachix/install-nix-action@v16
if: steps.changed-files.outputs.any_changed == 'true'
- name: Nix cache
uses: actions/cache@v3
if: steps.changed-files.outputs.any_changed == 'true'
@ -41,9 +45,6 @@ jobs:
restore-keys: |
${{ runner.os }}-nix-
- uses: cachix/install-nix-action@v16
if: steps.changed-files.outputs.any_changed == 'true'
- id: go-cache-paths
if: steps.changed-files.outputs.any_changed == 'true'
run: |