aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
parentMerge branch 'ps/install-bash-completion' (diff)
parentci: fix p4d executable not being found on GitHub Actions (diff)
downloadgit-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.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: