We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac4cfe commit 1f20228Copy full SHA for 1f20228
action.yaml
@@ -66,7 +66,7 @@ runs:
66
"$HOME/.cargo/bin/espup" install -l debug --targets ${{ inputs.buildtargets }} $version
67
source "$HOME/exports"
68
echo "$PATH" >> "$GITHUB_PATH"
69
- echo "LIBCLANG_PATH=${LIBCLANG_PATH}" >> "$GITHUB_ENV"
+ [[ "${{ inputs.override }}" = true ]] && echo "LIBCLANG_PATH=${LIBCLANG_PATH}" >> "$GITHUB_ENV" || true
70
71
- name: Install Xtensa toolchain (Windows)
72
if: env.HOST_TARGET == 'x86_64-pc-windows-msvc'
0 commit comments