Skip to content

Commit

Permalink
More explicit downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Sep 5, 2024
1 parent 68c06cd commit fa2fba8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ runs:
update-environment: false

- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
run: >
curl
--location
--silent
--show-error
--fail
--proto '=https'
--tlsv1.2
https://astral.sh/uv/install.sh | bash
shell: bash

- name: Set uv cache and hash lock file
Expand Down

0 comments on commit fa2fba8

Please sign in to comment.