Root user.

This commit is contained in:
Nicolas Patry 2024-09-12 11:23:34 +02:00
parent 952f503332
commit 21440a47a3
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -27,6 +27,8 @@ jobs:
name: text-generation-inference name: text-generation-inference
# If you chose signing key for write access # If you chose signing key for write access
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
env:
USER: root
- name: Build - name: Build
run: nix build run: nix build
- name: Run tests. - name: Run tests.