We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708a560 commit 73e57c8Copy full SHA for 73e57c8
.github/workflows/test-and-publish.yaml
@@ -177,7 +177,7 @@ jobs:
177
run: |
178
if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "darwin"* ]]; then
179
# TODO (Caleb Aikens) figure out how to get Windows core dumps
180
- sudo mkdir /cores
+ sudo mkdir -p /cores
181
sudo chmod 777 /cores
182
# Core filenames will be of the form executable.pid.timestamp:
183
sudo bash -c 'echo "/cores/%e.%p.%t" > /proc/sys/kernel/core_pattern'
0 commit comments