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 jobname: ${{matrix.vector.jobname}} 409 CC: ${{matrix.vector.cc}} 410 CI_JOB_IMAGE: ${{matrix.vector.image}} 411 runs-on: ubuntu-latest 412 container: ${{matrix.vector.image}} 413 steps:
··· 408 jobname: ${{matrix.vector.jobname}} 409 CC: ${{matrix.vector.cc}} 410 CI_JOB_IMAGE: ${{matrix.vector.image}} 411 + CUSTOM_PATH: /custom 412 runs-on: ubuntu-latest 413 container: ${{matrix.vector.image}} 414 steps: