Skip to content

Commit

Permalink
Fix ipcalc
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielvarona committed May 8, 2024
1 parent 199c391 commit 29884ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
elif [ "$RUNNER_OS" == "Windows" ]; then
# Retry up to 3 times in case of failure
for attempt in $(seq 3); do
if curl -sSL "(link unavailable)" \
if curl -sSL "https://raw.githubusercontent.com/kjokjo/ipcalc/0.51/ipcalc" \
-o $HOME/bin/ipcalc && chmod +x $HOME/bin/ipcalc; then
break
else
Expand Down

0 comments on commit 29884ca

Please sign in to comment.