File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,18 @@ jobs:
39
39
with :
40
40
fetch-depth : 0
41
41
42
+ # Install nix using cachix/install-nix-action if running on ARC runners
43
+ # See: https://github.com/DeterminateSystems/nix-installer-action/issues/68
42
44
- uses : cachix/install-nix-action@V27
43
- if : inputs.provider == 'Nutanix '
45
+ if : inputs.runs-on == 'self-hosted-ncn-dind '
44
46
with :
45
47
github_access_token : ${{ secrets.GITHUB_TOKEN }}
46
48
47
49
- name : Install devbox
48
50
uses :
jetify-com/[email protected]
49
51
with :
50
52
enable-cache : " true"
51
- skip-nix-installation : ${{ inputs.provider == 'Nutanix ' }}
53
+ skip-nix-installation : ${{ inputs.runs-on == 'self-hosted-ncn-dind ' }}
52
54
53
55
- name : Go cache
54
56
uses : actions/cache@v4
60
62
restore-keys : |
61
63
${{ runner.os }}-go-
62
64
63
- # The default disk size of these runners is ~14GB, this is not enough to run the e2e tests.
65
+ # The default disk size of Github hosted runners is ~14GB, this is not enough to run the e2e tests.
64
66
# Cleanup the disk, see upstream discussion https://github.com/actions/runner-images/issues/2840.
65
67
- name : Cleanup Disk Space
66
68
if : inputs.runs-on != 'self-hosted-ncn-dind'
You can’t perform that action at this time.
0 commit comments