aboutsummaryrefslogtreecommitdiffstats
diff options
authorJunio C Hamano <gitster@pobox.com>2025-04-29 14:21:33 -0700
committerJunio C Hamano <gitster@pobox.com>2025-04-29 14:21:33 -0700
commitdaae7937c79e6cb5ae1bbae76dbaaa8d7300e01f (patch)
tree62c9652a5b557aeb818157f0973d1f1ea0e906cd
parent29c9aee5f018f6c16b97650cc1676b4962784eb1 (diff)
parent42cf4ac552dc65579c6fe3b7f9e440aa89da68b7 (diff)
downloadgit-daae7937c79e6cb5ae1bbae76dbaaa8d7300e01f.tar.gz
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
-rw-r--r--.github/workflows/main.yml1
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: