Skip to content

Commit

Permalink
.\inst -> ./inst
Browse files Browse the repository at this point in the history
  • Loading branch information
Shao-Ce SUN committed Aug 29, 2023
1 parent dacb45a commit c0b1aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install_llvm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
cd "${{github.workspace}}\llvm-project"
cmake -G Ninja -B ".\build" -S ".\llvm" -DPython3_EXECUTABLE=${{ steps.cpython.outputs.python-path }} -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DLLVM_ENABLE_PROJECTS="clang;lldb" -DLLVM_TARGETS_TO_BUILD=host -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLLDB_INCLUDE_TESTS=OFF
cmake --build ".\build" --config ${{env.BUILD_TYPE}}
cmake --install ".\build" --config ${{env.BUILD_TYPE}} --prefix ".\inst"
cmake --install ".\build" --config ${{env.BUILD_TYPE}} --prefix "./inst"
shell: pwsh

# Use default 90-day retention period
Expand Down

0 comments on commit c0b1aa9

Please sign in to comment.