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 ae8c93fCopy full SHA for ae8c93f
.github/workflows/e2e.yml
@@ -39,13 +39,13 @@ 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
+ uses: DeterminateSystems/nix-installer-action@v19
46
if: inputs.runs-on == 'self-hosted-ncn-dind'
47
48
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ logger: pretty
+ extra-conf: experimental-features = ca-derivations fetch-closure
49
50
- name: Install devbox
51
uses: jetify-com/[email protected]
0 commit comments