diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-04-29 14:21:33 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-04-29 14:21:33 -0700 |
| commit | daae7937c79e6cb5ae1bbae76dbaaa8d7300e01f (patch) | |
| tree | 62c9652a5b557aeb818157f0973d1f1ea0e906cd | |
| parent | Merge branch 'ps/install-bash-completion' (diff) | |
| parent | ci: fix p4d executable not being found on GitHub Actions (diff) | |
| download | git-daae7937c79e6cb5ae1bbae76dbaaa8d7300e01f.tar.gz git-daae7937c79e6cb5ae1bbae76dbaaa8d7300e01f.zip | |
Merge branch 'ps/ci-resurrect-p4-on-github'
CI fix.
* ps/ci-resurrect-p4-on-github:
ci: fix p4d executable not being found on GitHub Actions
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83ca8e4182..412a9a5107 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -408,6 +408,7 @@ jobs: jobname: ${{matrix.vector.jobname}} CC: ${{matrix.vector.cc}} CI_JOB_IMAGE: ${{matrix.vector.image}} + CUSTOM_PATH: /custom runs-on: ubuntu-latest container: ${{matrix.vector.image}} steps: |
