Skip to content

Commit

Permalink
Debug llvm setup issue pt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Feb 26, 2024
1 parent 1d352d2 commit 1d8f0b1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
matrix:
os:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
# - ubuntu-20.04
# - ubuntu-22.04
# - macos-11
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12

compiler:
Expand Down Expand Up @@ -303,8 +303,9 @@ jobs:
# https://github.com/aminya/setup-cpp/issues/145
run: |
if [[ ! -z "${LLVM_PATH}" ]]; then
export LDFLAGS=`echo ${LDFLAGS} | sed 's/"//g'`
export CPPFLAGS=`echo ${CPPFLAGS} | sed 's/"//g'`
# export LDFLAGS=`echo ${LDFLAGS} | sed 's/"//g'`
# export CPPFLAGS=`echo ${CPPFLAGS} | sed 's/"//g'`
sudo ln -s /usr/bin/make /usr/bin/gmake
fi
# Need to set the xcode patch here as well, as job steps don't keep status.
Expand Down

0 comments on commit 1d8f0b1

Please sign in to comment.