Add install and build step so paths are found (#34002)

This commit is contained in:
Roy Ho 2022-07-21 11:24:38 -07:00 committed by GitHub
parent edd453c40b
commit 1ca37cb74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ jobs:
with:
workflow_name: ${{ matrix.workflow }}
workflow_cache: ${{ secrets.WORKFLOW_CACHE }}
- name: Install and Build
uses: ./.github/actions/install-build