Skip to content

Commit c8a76f4

Browse files
Steelskincompnerd
authored andcommitted
[compilers] Adjust the libxml2 cmake path
1 parent 57d9e23 commit c8a76f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ jobs:
10051005
-D CLANG_VENDOR=compnerd.org `
10061006
-D CLANG_VENDOR_UTI=org.compnerd.dt `
10071007
-D cmark-gfm_DIR=${{ github.workspace }}/BinaryCache/Library/cmark-gfm-${{ inputs.swift_cmark_version }}/usr/lib/cmake `
1008-
-D LibXml2_DIR=${{ github.workspace }}/BinaryCache/Library/libxml2-${{ inputs.libxml2_version }}/usr/lib/Windows/${{ matrix.cpu }}/cmake/libxml2-${{ inputs.libxml2_version }} `
1008+
-D LibXml2_DIR=${{ github.workspace }}/BinaryCache/Library/libxml2-${{ inputs.libxml2_version }}/usr/lib/cmake/libxml2-${{ inputs.libxml2_version }} `
10091009
-D PACKAGE_VENDOR=compnerd.org `
10101010
-D SWIFT_VENDOR=compnerd.org `
10111011
-D LLVM_PARALLEL_LINK_JOBS=2 `

0 commit comments

Comments
 (0)