We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1969f commit 98757d6Copy full SHA for 98757d6
.github/workflows/release-binaries.yml
@@ -252,7 +252,7 @@ jobs:
252
dotnet tool install --global wix
253
254
- name: Install libxml2 for Windows
255
- if: runners.os == 'Windows'
+ if: runner.os == 'Windows'
256
run: |
257
# Build libxml2 for windows
258
curl -O https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.12/libxml2-v2.9.12.tar.gz
0 commit comments