Skip to content

Commit ea69aaf

Browse files
committed
1 parent 0b9aa2c commit ea69aaf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/.bashbrew/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ runs:
1010

1111
# these two version numbers are intentionally as close together as I could possibly get them because no matter what I tried, GitHub will not allow me to DRY them (can't have any useful variables in `uses:` and can't even have YAML references to steal it in `env:` or something)
1212
- shell: 'bash -Eeuo pipefail -x {0}'
13-
run: echo BASHBREW_VERSION=v0.1.12 >> "$GITHUB_ENV"
13+
run: echo BASHBREW_VERSION=master >> "$GITHUB_ENV"
1414
- uses: docker-library/[email protected]
1515
if: inputs.build == 'host'
1616

17-
- run: docker build --pull --tag oisupport/bashbrew:base "https://github.com/docker-library/bashbrew.git#$BASHBREW_VERSION"
17+
- run: docker build --pull --tag oisupport/bashbrew:base "https://github.com/Felixoid/bashbrew.git#$BASHBREW_VERSION"
1818
shell: 'bash -Eeuo pipefail -x {0}'
1919
if: inputs.build == 'docker'

.github/workflows/test-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
- uses: ./.github/workflows/.bashbrew
46+
with:
47+
build: docker
4648
- id: generate-jobs
4749
name: Generate Jobs
4850
run: |
@@ -69,6 +71,8 @@ jobs:
6971
if: runner.os == 'Windows'
7072
- uses: actions/checkout@v4
7173
- uses: ./.github/workflows/.bashbrew
74+
with:
75+
build: docker
7276
- name: Prepare Environment
7377
run: ${{ matrix.runs.prepare }}
7478
- name: Pull Dependencies

0 commit comments

Comments
 (0)