Skip to content

Commit

Permalink
[CI] Fix MinGW builds
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Oct 2, 2023
1 parent 3380e26 commit a930e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -727,9 +727,9 @@ jobs:
rm $BOOST_ROOT/download.7z
shell: bash
- name: Build Cantera
run: scons build -j2 boost_inc_dir=%BOOST_ROOT% debug=n logging=debug
run: scons build -j2 CC=cc CXX=c++ boost_inc_dir=%BOOST_ROOT% debug=n
python_package=full env_vars=USERPROFILE,PYTHONPATH,GITHUB_ACTIONS
toolchain=mingw f90_interface=n --debug=time
toolchain=mingw f90_interface=n logging=debug --debug=time
shell: cmd
- name: Upload Wheel
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a930e71

Please sign in to comment.