Skip to content

Commit

Permalink
Set LLVM_BUILD_DIR debug build Windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Nov 27, 2024
1 parent 0bbbd08 commit bbea2e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,9 @@ jobs:
..\llvm
cmake --build . --target clang FileCheck llvm-config clang-repl --parallel ${{ env.ncpus }}
cd ..\..
$env:LLVM_BUILD_DIR="$env:GITHUB_WORKSPACE\llvm-project\build"
echo "LLVM_BUILD_DIR=$env:LLVM_BUILD_DIR"
echo "LLVM_BUILD_DIR=$env:LLVM_BUILD_DIR" >> $env:GITHUB_ENV
- name: Save Cache LLVM/Clang runtime build directory (debug_build==true)
uses: actions/cache/save@v4
Expand Down Expand Up @@ -885,7 +888,7 @@ jobs:
if: ${{ matrix.coverity == false && runner.os == 'windows' }}
run: |
mkdir obj
cd obj
cd obj
if ( "$env:BUILD_TYPE" -eq "" )
{
$env:BUILD_TYPE="RelWithDebInfo"
Expand Down

0 comments on commit bbea2e7

Please sign in to comment.