mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-21 22:57:32 -06:00
try changing trusted users
This commit is contained in:
parent
c40bc252d8
commit
7c4cdd7906
1 changed files with 5 additions and 0 deletions
5
.github/actions/nix/action.yml
vendored
5
.github/actions/nix/action.yml
vendored
|
@ -36,6 +36,11 @@ runs:
|
|||
with:
|
||||
extra-conf: ${{ inputs.nix_conf }}
|
||||
|
||||
- name: modify trusted users
|
||||
shell: bash
|
||||
run: |
|
||||
sudo echo "trusted-users = root $USER" >> /etc/nix/nix.conf
|
||||
|
||||
- name: Install and login to attic cache
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue