We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b1692 commit 13204faCopy full SHA for 13204fa
.github/workflows/e2e.yml
@@ -39,19 +39,10 @@ jobs:
39
with:
40
fetch-depth: 0
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
44
- - name: Install Nix on self-hosted ARC runners
45
- uses: cachix/install-nix-action@v31
46
- if: inputs.runs-on == 'self-hosted-ncn-dind'
47
- with:
48
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
49
-
50
- name: Install devbox
51
uses: jetify-com/[email protected]
52
53
enable-cache: ${{ inputs.runs-on != 'self-hosted-ncn-dind' }}
54
- skip-nix-installation: ${{ inputs.runs-on == 'self-hosted-ncn-dind' }}
55
56
- name: Go cache
57
uses: actions/cache@v4
0 commit comments