Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
afd committed Sep 30, 2022
1 parent 4c68725 commit dfbe31d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ case "$(uname)" in
# On Mac and Windows, run the single-file tests
cp build/src/dredd/dredd third_party/clang+llvm/bin/
export DREDD_REPO_ROOT=$(pwd)
export CC=${DREDD_REPO_ROOT}/third_party/clang+llvm/bin/clang
export CXX=${DREDD_REPO_ROOT}/third_party/clang+llvm/bin/clang++
export PATH=${PATH}:${DREDD_REPO_ROOT}/scripts
export PATH=${DREDD_REPO_ROOT}/third_party/clang+llvm/bin:${PATH}
export CC=clang
export CXX=clang++
DREDD_SKIP_COPY_EXECUTABLE=1 ./scripts/check_single_file_tests.sh
;;

Expand Down

0 comments on commit dfbe31d

Please sign in to comment.