Skip to content

Commit

Permalink
Ignore watcher dir creation error if the watcher exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bk-ty authored Nov 14, 2024
1 parent 7af06f1 commit f758d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if [ "${GITHUB_TOKEN}" ]; then
fi

# Compile e-dant/watcher as a static library
mkdir watcher
mkdir -p watcher
cd watcher
curl -f --retry 5 "${curlGitHubHeaders[@]}" https://api.github.com/repos/e-dant/watcher/releases/latest |
grep tarball_url |
Expand Down

0 comments on commit f758d2d

Please sign in to comment.