We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d547d11 commit 9f28a43Copy full SHA for 9f28a43
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ${{ matrix.os }}
55
steps:
56
- uses: actions/checkout@v4
57
- - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -y | sh
58
if: matrix.os == 'windows-11-arm'
59
- name: Set up Python
60
uses: actions/setup-python@v5
0 commit comments