Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ozbillwang authored Oct 12, 2024
1 parent 45832bb commit 14e5858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
#curl -H "Cache-Control: no-cache" -sL "https://raw.githubusercontent.com/alpine-docker/multi-arch-docker-images/stable/functions.sh" -o functions.sh
curl -H "Cache-Control: no-cache" -sL "https://raw.githubusercontent.com/alpine-docker/multi-arch-docker-images/refs/heads/master/functions.sh" -o functions.sh
source functions.sh
CURL_VERSION=$(get_latest_release curl/curl|sed 's/curl-//')
CURL_VERSION=$(get_latest_release curl/curl)
QUICHE_VERSION=$(get_latest_release cloudflare/quiche)
echo "Latest curl version is $CURL_VERSION"
echo "Latest quiche version is $QUICHE_VERSION"
Expand Down

0 comments on commit 14e5858

Please sign in to comment.