mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
.github: checkout submodules in regression.yml
It doesn't look like the regression suites updates the 9pm submodule, in this commit we attempt to fix this. Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
committed by
Joachim Wiberg
parent
ed2060c2a2
commit
2830080c0f
@@ -19,6 +19,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Set Build Variables
|
||||
id: vars
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user