1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

Actually set up nix

This commit is contained in:
Kristoffer Dalby 2022-03-17 18:20:01 +00:00
parent 466d03d574
commit 9d4822b8c7

View File

@ -22,11 +22,8 @@ jobs:
integration_test/
config-example.yaml
- name: Setup Go
- uses: cachix/install-nix-action@v16
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-go@v2
with:
go-version: "1.17.7"
- name: Run Integration tests
if: steps.changed-files.outputs.any_changed == 'true'