Workflow fix
This commit is contained in:
parent
7050ba7683
commit
252f709c49
3 changed files with 12 additions and 9 deletions
7
.github/workflows/pull_request.yml
vendored
7
.github/workflows/pull_request.yml
vendored
|
@ -12,5 +12,8 @@ jobs:
|
|||
contents: write
|
||||
checks: write
|
||||
steps:
|
||||
- name: "Checkout, install and build"
|
||||
uses: ./.github/actions/checkout-install-build
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: "Install and build"
|
||||
uses: ./.github/actions/install-build
|
Loading…
Add table
Add a link
Reference in a new issue