We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fdb69 commit 12a9b9fCopy full SHA for 12a9b9f
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
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'
+ if: matrix.os == 'windows-11-arm'
62
- name: Set up Python
63
uses: actions/setup-python@v5
64
with:
0 commit comments