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