Skip to content

Commit

Permalink
fix deprecated detect_compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed May 17, 2024
1 parent bf86239 commit ed6d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
conan profile detect # Force creation of conan directory structure, will be overwritten
echo '{% set compiler, version = detect_api.detect_compiler() %}' > ~/.conan2/profiles/default
echo '{% set compiler, version = detect_api.detect_default_compiler() %}' > ~/.conan2/profiles/default
echo '[settings]' >> ~/.conan2/profiles/default
echo 'os={{ detect_api.detect_os() }}' >> ~/.conan2/profiles/default
echo 'arch={{ detect_api.detect_arch() }}' >> ~/.conan2/profiles/default
Expand Down

0 comments on commit ed6d239

Please sign in to comment.