We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c6946 commit eb6a33aCopy full SHA for eb6a33a
1 file changed
.github/workflows/build-wheel.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Set up MSVC
79
if: ${{ startsWith(inputs.host-platform, 'win') }}
80
- uses: ilammy/msvc-dev-cmd@v1 # TODO: ask admin to allow pinning commits
+ uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1
81
82
- name: Set up yq
83
# GitHub made an unprofessional decision to not provide it in their Windows VMs,
0 commit comments