Skip to content

Commit b4e848b

Browse files
Web3NLclaude
andcommitted
ci: create ~/.local/bin before downloading PocketIC binary
The directory does not exist on fresh runners, causing curl to fail with "Failure writing output to destination" on cache misses. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b235d22 commit b4e848b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/shared-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- name: Download PocketIC binary
5757
if: steps.cache-pocket-ic.outputs.cache-hit != 'true'
5858
run: |
59+
mkdir -p ~/.local/bin
5960
curl -fsSL https://github.com/dfinity/pocketic/releases/download/12.0.0/pocket-ic-x86_64-linux.gz \
6061
| gzip -d > ~/.local/bin/pocket-ic
6162
chmod +x ~/.local/bin/pocket-ic

0 commit comments

Comments
 (0)