We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16c2c commit b511965Copy full SHA for b511965
.github/workflows/main.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
echo "/usr/local/opt/bison/bin:/opt/homebrew/opt/bison/bin" >> $GITHUB_PATH
83
- name: Install Requirements
84
- if: (steps.cache-sysroot.outputs.cache-hit != 'true' || 1) && needs.configuration.outputs.runner == env.RUNNER_IMAGE
+ shell: bash
85
#if: (steps.cache-sysroot.outputs.cache-hit != 'true' || github.event.inputs.rebuild_sysroot == 'true') && needs.configuration.outputs.runner == env.RUNNER_IMAGE
86
87
brew uninstall cmake
0 commit comments