Skip to content

Commit

Permalink
Replace obsolete VERBOSE SCons option with logging=debug
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Sep 24, 2023
1 parent 6b1aa9a commit 21ffb92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
echo "python_package='none'" >> cantera.conf
echo "prefix='${PKG_DIR}'" >> cantera.conf
echo "layout='compact'" >> cantera.conf
python3 `which scons` build -j3 VERBOSE=y boost_inc_dir="$(brew --prefix)/include"
echo "logging='debug'" >> cantera.conf
python3 `which scons` build -j3 boost_inc_dir="$(brew --prefix)/include"
- name: Test Cantera
working-directory: cantera
run: python3 `which scons` test-general test-thermo test-kinetics test-transport
Expand Down

0 comments on commit 21ffb92

Please sign in to comment.