Skip to content

Commit 4e1dadc

Browse files
committed
Fix accidental removal of - shell: bash lines
1 parent 856e1e5 commit 4e1dadc

16 files changed

+16
-16
lines changed

.github/workflows/__cpp-deptrace-disabled.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__cpp-deptrace-enabled-on-macos.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__cpp-deptrace-enabled.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-indirect-tracing-workaround.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-autobuilder.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/cpp-deptrace-disabled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
working-directory: autobuild-dir
1818
env:
1919
CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES: false
20-
run: |
20+
- run: |
2121
if ls /usr/bin/errno; then
2222
echo "C/C++ autobuild installed errno, but it should not have since auto-install dependencies is disabled."
2323
exit 1

pr-checks/checks/cpp-deptrace-enabled-on-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
working-directory: autobuild-dir
1818
env:
1919
CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES: true
20-
run: |
20+
- run: |
2121
if ! ls /usr/bin/errno; then
2222
echo "As expected, CODEQL_EXTRACTOR_CPP_AUTOINSTALL_DEPENDENCIES is a no-op on macOS"
2323
else

0 commit comments

Comments
 (0)