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 2b4b621 commit 2f51df3Copy full SHA for 2f51df3
.github/workflows/llvm-binaries.yml
@@ -408,6 +408,6 @@ jobs:
408
- name: Patch VS path in LLVMExports.cmake (Windows only)
409
if: ${{ matrix.os == 'windows-2025' }}
410
shell: pwsh
411
- working-directory: ${{ github.workspace }}/BuildRoot/${{ env.PACKAGE_NAME }}/lib/cmake/llvm
+ working-directory: ${{ github.workspace }}/BuildRoot/${{ env.PACKAGE_NAME }}
412
run: |
413
pwsh -File ${{ github.workspace }}/SourceCache/llvm-build/scripts/fix-vs.ps1
0 commit comments