Skip to content

Commit

Permalink
ci: Add name for cachix/install-nix-action
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderboltsid committed Jul 2, 2024
1 parent 6cf9ac1 commit e4f1312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:

# Install nix using cachix/install-nix-action if running on ARC runners
# See: https://github.com/DeterminateSystems/nix-installer-action/issues/68
- uses: cachix/install-nix-action@V27
- name: Install Nix on self-hosted ARC runners
uses: cachix/install-nix-action@V27
if: inputs.runs-on == 'self-hosted-ncn-dind'
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e4f1312

Please sign in to comment.