Skip to content

Commit e0ce0d0

Browse files
committed
fix detect_default_compiler
1 parent ed6d239 commit e0ce0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
conan profile detect # Force creation of conan directory structure, will be overwritten
6060
61-
echo '{% set compiler, version = detect_api.detect_default_compiler() %}' > ~/.conan2/profiles/default
61+
echo '{% set compiler, version, c_exe = detect_api.detect_default_compiler() %}' > ~/.conan2/profiles/default
6262
echo '[settings]' >> ~/.conan2/profiles/default
6363
echo 'os={{ detect_api.detect_os() }}' >> ~/.conan2/profiles/default
6464
echo 'arch={{ detect_api.detect_arch() }}' >> ~/.conan2/profiles/default

0 commit comments

Comments
 (0)