Skip to content

Commit 98757d6

Browse files
committed
fix typo
1 parent 1f1969f commit 98757d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
dotnet tool install --global wix
253253
254254
- name: Install libxml2 for Windows
255-
if: runners.os == 'Windows'
255+
if: runner.os == 'Windows'
256256
run: |
257257
# Build libxml2 for windows
258258
curl -O https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.12/libxml2-v2.9.12.tar.gz

0 commit comments

Comments
 (0)