This commit is contained in:
Robert U 2024-01-01 13:14:00 +01:00 committed by GitHub
commit 3ad1615f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install yaml2json
run: python3 -m pip install remarshal
@ -54,6 +56,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Create build directory
run: |