Skip to content

Commit

Permalink
Add default option to download from GitHub releases mirror
Browse files Browse the repository at this point in the history
The download speed from the official SDK host varies quite a lot, and can take
20+ minutes in some cases.
Using github releases should make the overall
download speed much more consistent.

Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Oct 6, 2024
1 parent 54feba6 commit ed50a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ runs:
INPUT_COMPONENTS: "${{ inputs.components }}"
INPUT_FIXUP_PATH: ${{ inputs.fixup-path }}
INPUT_MIRROR: "${{ inputs.mirror }}"
GH_TOKEN: "${{ github.token }}"
- name: Set Outputs
id: set_outputs
shell: bash
Expand Down

0 comments on commit ed50a28

Please sign in to comment.