Skip to content

Commit

Permalink
Ask where the preinstalled gcc lives
Browse files Browse the repository at this point in the history
  • Loading branch information
jcflack committed Mar 8, 2025
1 parent e59fc1b commit 067de2e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-lazypg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

on:
push:
branches: [ master, REL1_6_STABLE ]
branches: [ master, REL1_6_STABLE, chore/REL1_6_STABLE/gha ]
pull_request:
branches: [ master, REL1_6_STABLE ]

Expand Down Expand Up @@ -40,6 +40,12 @@ jobs:

steps:

- name: Run "type gcc" and exit abnormally
shell: bash
run: |
type gcc
exit 1
- name: Check for JDK preinstalled
id: jdkcheck
shell: bash
Expand Down

0 comments on commit 067de2e

Please sign in to comment.