mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
.github: Fix nix-installer action
This commit is contained in:
parent
fb1101f54d
commit
5216e06a18
2 changed files with 2 additions and 2 deletions
2
.github/workflows/book.yml
vendored
2
.github/workflows/book.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: |
|
||||
echo ACTION_USER=$USER >> $GITHUB_ENV
|
||||
|
||||
- uses: DeterminateSystems/nix-installer@main
|
||||
- uses: DeterminateSystems/nix-installer-action@2ec668c45628a4029e59357600d6b73107b0843b
|
||||
with:
|
||||
extra-conf: |
|
||||
trusted-users = root ${{ env.ACTION_USER }}
|
||||
|
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: |
|
||||
echo ACTION_USER=$USER >> $GITHUB_ENV
|
||||
|
||||
- uses: DeterminateSystems/nix-installer@main
|
||||
- uses: DeterminateSystems/nix-installer-action@2ec668c45628a4029e59357600d6b73107b0843b
|
||||
continue-on-error: true # Self-hosted runners already have Nix installed
|
||||
with:
|
||||
extra-conf: |
|
||||
|
|
Loading…
Reference in a new issue