Skip to content

Commit

Permalink
feature/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 12, 2024
1 parent e716d7c commit cd21c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Get latest curl version
id: curl-version
run: |
CURL_OPTIONS="-sL -H \"Authorization: token ${API_TOKEN}\""
curl -H "Cache-Control: no-cache" -sL "https://raw.githubusercontent.com/alpine-docker/multi-arch-docker-images/stable/functions.sh" -o functions.sh
source functions.sh
CURL_TAG=$(get_latest_release curl/curl)
Expand Down

0 comments on commit cd21c6e

Please sign in to comment.