Skip to content

Commit

Permalink
Try to get info on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 13, 2024
1 parent 3289bd8 commit 20bdcd7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,18 @@ jobs:
sudo apt-get update
sudo apt-get install -y libboost-dev libcgal-dev libmpfr-dev swig autoconf libtool
- name: Debug clang
run: |
clang --version
clang++ --version
command -v clang
echo "CXX: $CXX"
- name: Install package
run: |
echo $PATH
echo "PATH: $PATH"
export CXX=$(command -v clang++)
echo "CXX: $CXX"
python -m pip install '.[test]' -v
- name: List installed Python packages
Expand Down

0 comments on commit 20bdcd7

Please sign in to comment.