Skip to content

Commit

Permalink
Fix edge version download (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored Oct 23, 2023
1 parent 71d69bc commit 1b1ee51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ jobs:
echo "Downloading rad CLI version ${{ inputs.version }}"
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s ${{ inputs.version }}
else
echo "Downloading edge rad CLI"
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
echo "Downloading latest rad CLI"
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash
fi
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit 1b1ee51

Please sign in to comment.