We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e70e06 commit 8af5b6eCopy full SHA for 8af5b6e
1 file changed
.github/workflows/mainline-compile.yml
@@ -35,7 +35,7 @@ jobs:
35
export CC=gcc
36
export CXX=g++
37
fi
38
- sudo -E -u ci conan profile detect
+ sudo -u env CC=$CC CXX=$CXX ci conan profile detect
39
40
- name: Fix permissions
41
run: chown -R ci:ci "$GITHUB_WORKSPACE"
0 commit comments