8000
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 e559898 commit 317ba79Copy full SHA for 317ba79
.github/workflows/jit.yml
@@ -104,7 +104,7 @@ jobs:
104
echo "::group::Configure Python (Host)"
105
export HOST=${{ matrix.architecture }}-linux-gnu
106
sudo apt install --yes gcc-$HOST pkg-config-$HOST qemu-user
107
- export CC=${{ matrix.compiler == 'clang' && "clang --target=$HOST" || "$HOST-gcc" }}
+ export CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' || '$HOST-gcc' }}"
108
export CPP="$CC --preprocess"
109
export HOSTRUNNER=qemu-${{ matrix.architecture }}
110
export PKG_CONFIG=$HOST-pkg-config
0 commit comments