We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8764cd6 commit 97805ecCopy full SHA for 97805ec
.github/workflows/build-clang-doxy.yml
@@ -154,7 +154,7 @@ jobs:
154
BOARD_NAME="${{fromJson(steps.get_board_json.outputs.boardJson).bootloaderBoardName}}"
155
for attempt in 1 2; do
156
echo "Attempt $attempt: Fetching tinyuf2 release info for board $BOARD_NAME"
157
- API_RESPONSE=$(curl -s https://api.github.com/repos/adafruit/tinyuf2/releases/latest)
+ API_RESPONSE=$(curl --silent --fail https://api.github.com/repos/adafruit/tinyuf2/releases/latest)
158
if [ $? -ne 0 ]; then
159
echo "Attempt $attempt: curl failed to fetch release info."
160
if [ "$attempt" -eq 2 ]; then exit 1; else sleep 2; continue; fi
0 commit comments