Skip to content

Commit b511965

Browse files
authored
Update main.yml
1 parent 8c16c2c commit b511965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
echo "/usr/local/opt/bison/bin:/opt/homebrew/opt/bison/bin" >> $GITHUB_PATH
8383
- name: Install Requirements
84-
if: (steps.cache-sysroot.outputs.cache-hit != 'true' || 1) && needs.configuration.outputs.runner == env.RUNNER_IMAGE
84+
shell: bash
8585
#if: (steps.cache-sysroot.outputs.cache-hit != 'true' || github.event.inputs.rebuild_sysroot == 'true') && needs.configuration.outputs.runner == env.RUNNER_IMAGE
8686
run: |
8787
brew uninstall cmake

0 commit comments

Comments
 (0)