Skip to content

Commit 73e57c8

Browse files
committed
chore(CI): add -p flag to mkdir /cores
1 parent 708a560 commit 73e57c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "darwin"* ]]; then
179179
# TODO (Caleb Aikens) figure out how to get Windows core dumps
180-
sudo mkdir /cores
180+
sudo mkdir -p /cores
181181
sudo chmod 777 /cores
182182
# Core filenames will be of the form executable.pid.timestamp:
183183
sudo bash -c 'echo "/cores/%e.%p.%t" > /proc/sys/kernel/core_pattern'

0 commit comments

Comments
 (0)