Skip to content

Commit 067de2e

Browse files
committed
Ask where the preinstalled gcc lives
1 parent e59fc1b commit 067de2e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci-lazypg.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
on:
1313
push:
14-
branches: [ master, REL1_6_STABLE ]
14+
branches: [ master, REL1_6_STABLE, chore/REL1_6_STABLE/gha ]
1515
pull_request:
1616
branches: [ master, REL1_6_STABLE ]
1717

@@ -40,6 +40,12 @@ jobs:
4040

4141
steps:
4242

43+
- name: Run "type gcc" and exit abnormally
44+
shell: bash
45+
run: |
46+
type gcc
47+
exit 1
48+
4349
- name: Check for JDK preinstalled
4450
id: jdkcheck
4551
shell: bash

0 commit comments

Comments
 (0)