Skip to content

Commit 2f51df3

Browse files
committed
Fix working directory path
1 parent 2b4b621 commit 2f51df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,6 @@ jobs:
408408
- name: Patch VS path in LLVMExports.cmake (Windows only)
409409
if: ${{ matrix.os == 'windows-2025' }}
410410
shell: pwsh
411-
working-directory: ${{ github.workspace }}/BuildRoot/${{ env.PACKAGE_NAME }}/lib/cmake/llvm
411+
working-directory: ${{ github.workspace }}/BuildRoot/${{ env.PACKAGE_NAME }}
412412
run: |
413413
pwsh -File ${{ github.workspace }}/SourceCache/llvm-build/scripts/fix-vs.ps1

0 commit comments

Comments
 (0)