Skip to content

Commit

Permalink
debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laverlin committed Aug 28, 2023
1 parent bab54de commit b0fcc81
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 @@ -58,7 +58,7 @@ jobs:
CONNECTIQ_SDK_URL: "https://developer.garmin.com/downloads/connect-iq/sdks"
SDK_VER: "4.2.4"
run: |
filename=$(curl -s "$CONNECTIQ_SDK_URL/sdks.json" | jq -r --arg version "$SDK_VER" '.[] | select(.version=='$SDK_VER') | .linux')
filename=$(curl -s "$CONNECTIQ_SDK_URL/sdks.json" | jq -r --arg version "$SDK_VER" '.[] | select(.version=="'$SDK_VER'") | .linux')
echo "$filename:$SDK_VER"
echo "$CONNECTIQ_SDK_URL/$filename"
# sudo curl "$CONNECTIQ_SDK_URL/$filename" --output /tmp/connectiq.zip;
Expand Down

0 comments on commit b0fcc81

Please sign in to comment.