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:
|
steps:
|
||||||
- name: Create nix mount point
|
- name: Create nix mount point
|
||||||
if: contains(matrix.os, 'x86_64')
|
if: contains(matrix.os, 'x86_64')
|
||||||
run: sudo mkdir /nix
|
run: mkdir /nix
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue