Skip to content

Commit

Permalink
now export PATH redefinition on Windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 26, 2024
1 parent 7aa53af commit af1eaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
mkdir build
cd build
PATH="/c/Program\ Files/LLVM/bin:$PATH"
export PATH="/c/Program\ Files/LLVM/bin:$PATH"
cmake \
-G Ninja \
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
cd build
PATH="/c/Program\ Files/LLVM/bin:$PATH"
export PATH="/c/Program\ Files/LLVM/bin:$PATH"
ctest -VV
Expand Down

0 comments on commit af1eaab

Please sign in to comment.