Skip to content

Commit

Permalink
try using gcc instead of clang in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed May 30, 2024
1 parent 70c158a commit e30d42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Run the build script
shell: bash -l {0}
run: |
export CC=clang
export CXX=clang++
export CC=gcc
export CXX=g++
bash script/dependencies.sh # install dependencies
python setup.py bdist_wheel -- --preset build-linux # build the wheel
Expand Down

0 comments on commit e30d42f

Please sign in to comment.