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 57d9e23 commit c8a76f4Copy full SHA for c8a76f4
.github/workflows/swift-toolchain.yml
@@ -1005,7 +1005,7 @@ jobs:
1005
-D CLANG_VENDOR=compnerd.org `
1006
-D CLANG_VENDOR_UTI=org.compnerd.dt `
1007
-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 }} `
+ -D LibXml2_DIR=${{ github.workspace }}/BinaryCache/Library/libxml2-${{ inputs.libxml2_version }}/usr/lib/cmake/libxml2-${{ inputs.libxml2_version }} `
1009
-D PACKAGE_VENDOR=compnerd.org `
1010
-D SWIFT_VENDOR=compnerd.org `
1011
-D LLVM_PARALLEL_LINK_JOBS=2 `
0 commit comments