Skip to content

Commit 29e607b

Browse files
committed
Create tempdir when run as non-root user
Signed-off-by: Daniel J Walsh <[email protected]>
1 parent 13d1334 commit 29e607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: run bats
105105
run: |
106106
# /mnt has ~ 65 GB free disk space. / is too small.
107-
mkdir -p /mnt/tmp
107+
sudo mkdir -a=rwx -p /mnt/tmp
108108
TEMPDIR=/mnt/tmp
109109
make validate
110110
make bats

0 commit comments

Comments
 (0)