.github: Ignore failures from nix-installer

This commit is contained in:
Zhaofeng Li 2023-01-08 00:57:22 -07:00
parent 8af6ed71fa
commit 982ff75cb2

View file

@ -18,6 +18,7 @@ jobs:
echo ACTION_USER=$USER >> $GITHUB_ENV
- uses: DeterminateSystems/nix-installer@main
continue-on-error: true # Self-hosted runners already have Nix installed
with:
extra-conf: |
trusted-users = root ${{ env.ACTION_USER }}