Skip to content

Commit 1b7a6c4

Browse files
authored
Update ci.yml
1 parent d0509d7 commit 1b7a6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ jobs:
613613
- name: Build and Test/Install CppInterOp on Windows systems
614614
if: ${{ runner.os == 'windows' }}
615615
run: |
616-
$env:LLVM_DIR="%cd\llvm-project"
616+
$env:LLVM_DIR="%cd%\llvm-project"
617617
echo "LLVM_DIR=$env:LLVM_DIR"
618618
echo "LLVM_DIR=$env:LLVM_DIR" >> $env:GITHUB_ENV
619619

0 commit comments

Comments
 (0)