Git fork

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

+1
+1
.github/workflows/main.yml
··· 408 408 jobname: ${{matrix.vector.jobname}} 409 409 CC: ${{matrix.vector.cc}} 410 410 CI_JOB_IMAGE: ${{matrix.vector.image}} 411 + CUSTOM_PATH: /custom 411 412 runs-on: ubuntu-latest 412 413 container: ${{matrix.vector.image}} 413 414 steps: