Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 9, 2024
1 parent 13a50a8 commit 1a676bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,8 @@ jobs:
git clone --depth=1 -b release/${{ matrix.clang-runtime }}.x https://github.com/llvm/llvm-project.git clang-dev
fi
cd clang-dev
# Build
mkdir build
if [[ "${cling_on}" == "ON" ]]; then
mkdir build
cd build
#FIXME: Cannot build with openmp project on osx Github runners
#despite being able to install locally
Expand All @@ -239,6 +238,7 @@ jobs:
cmake --build . --target gtest_main --parallel ${{ env.ncpus }}
cd ../
else
mkdir build
mkdir inst
# Apply patches
git apply -v ../patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
Expand Down

0 comments on commit 1a676bb

Please sign in to comment.