Skip to content

Commit 8691e41

Browse files
committed
Use a volume for permissions fix
1 parent 8603339 commit 8691e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/outputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Re-generate outputs from tutorial scripts
4444
run: |
4545
chmod -R a+w outputs
46-
DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -v $(pwd)/spack:/home/spack/spack"
46+
DOCKER_RUN_OPTS="-e COLUMNS=94 -e COLIFY_SIZE=24x94 -v spack:/home/spack/spack"
4747
make -C outputs -j $(nproc) DOCKER_RUN_OPTS="$DOCKER_RUN_OPTS" container=ghcr.io/spack/tutorial
4848
4949
- name: Show diff of modified files

0 commit comments

Comments
 (0)