no sudo
This commit is contained in:
parent
35366a3f3a
commit
fbb98f3d4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: Create nix mount point
|
||||
if: contains(matrix.os, 'x86_64')
|
||||
run: sudo mkdir /nix
|
||||
run: mkdir /nix
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
|
|
Reference in a new issue