Skip to content

Commit fa2fba8

Browse files
committed
More explicit downloading
1 parent 68c06cd commit fa2fba8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

action.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,15 @@ runs:
5656
update-environment: false
5757

5858
- name: Install uv
59-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
59+
run: >
60+
curl
61+
--location
62+
--silent
63+
--show-error
64+
--fail
65+
--proto '=https'
66+
--tlsv1.2
67+
https://astral.sh/uv/install.sh | bash
6068
shell: bash
6169

6270
- name: Set uv cache and hash lock file

0 commit comments

Comments
 (0)