We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdd8ab commit 4a22bd9Copy full SHA for 4a22bd9
1 file changed
.github/workflows/build-wheel.yml
@@ -84,7 +84,7 @@ jobs:
84
env:
85
YQ_VERSION: v4.52.5
86
YQ_SHA256: 47594981f3848a4b4447494adeca9555f908f7cf0a89c4da3fd0243a4631da1c
87
- YQ_DIR: yq_latest
+ YQ_DIR: yq
88
shell: pwsh -command ". '{0}'"
89
run: |
90
$yqUrl = "https://github.com/mikefarah/yq/releases/download/${env:YQ_VERSION}/yq_windows_amd64.exe"
0 commit comments