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