Skip to content

Commit aa2fdab

Browse files
committed
Fix
1 parent a6ada3f commit aa2fdab

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
@@ -269,7 +269,7 @@ jobs:
269269
270270
- name: Install libxml2
271271
run: |
272-
vcpkg libxml2
272+
vcpkg install libxml2
273273
274274
- name: Configure
275275
id: build

0 commit comments

Comments
 (0)