Skip to content

Commit d4fdb69

Browse files
committed
test
1 parent 9f28a43 commit d4fdb69

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ 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 -y | sh
58-
if: matrix.os == 'windows-11-arm'
57+
- run: |
58+
curl -L -o foo.sh https://sh.rustup.rs
59+
chmod +x foo.sh
60+
./foo.sh -y
61+
if: matrix.os == 'windows-11-arm'
5962
- name: Set up Python
6063
uses: actions/setup-python@v5
6164
with:

0 commit comments

Comments
 (0)