Skip to content

Commit 9f28a43

Browse files
committed
a
1 parent d547d11 commit 9f28a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ${{ matrix.os }}
5555
steps:
5656
- uses: actions/checkout@v4
57-
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
57+
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -y | sh
5858
if: matrix.os == 'windows-11-arm'
5959
- name: Set up Python
6060
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)