Add install and build step so paths are found (#34002)
This commit is contained in:
parent
edd453c40b
commit
1ca37cb74b
|
@ -24,3 +24,6 @@ jobs:
|
|||
with:
|
||||
workflow_name: ${{ matrix.workflow }}
|
||||
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
|
||||
|
||||
- name: Install and Build
|
||||
uses: ./.github/actions/install-build
|
||||
|
|
Loading…
Reference in New Issue