forked from nrabulinski/attic
.github: Ignore failures from nix-installer
This commit is contained in:
parent
8af6ed71fa
commit
982ff75cb2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
echo ACTION_USER=$USER >> $GITHUB_ENV
|
echo ACTION_USER=$USER >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer@main
|
- uses: DeterminateSystems/nix-installer@main
|
||||||
|
continue-on-error: true # Self-hosted runners already have Nix installed
|
||||||
with:
|
with:
|
||||||
extra-conf: |
|
extra-conf: |
|
||||||
trusted-users = root ${{ env.ACTION_USER }}
|
trusted-users = root ${{ env.ACTION_USER }}
|
||||||
|
|
Loading…
Reference in a new issue