File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 strategy : ${{ steps.generate-jobs.outputs.strategy }}
2222 steps :
2323 - uses : actions/checkout@v3
24+ - uses : docker-library/bashbrew@HEAD
2425 - id : generate-jobs
2526 name : Generate Jobs
2627 run : |
27- git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
28- strategy="$(GENERATE_STACKBREW_LIBRARY='.github/workflows/fake-gsl.sh' ~/bashbrew/scripts/github-actions/generate.sh)"
28+ strategy="$(GENERATE_STACKBREW_LIBRARY='.github/workflows/fake-gsl.sh' "$BASHBREW_SCRIPTS/github-actions/generate.sh")"
2929 strategy="$(.github/workflows/munge-build.sh -c <<<"$strategy")"
3030 strategy="$(.github/workflows/munge-debian-unstable.sh -c <<<"$strategy")"
3131 echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
You can’t perform that action at this time.
0 commit comments