This commit is contained in:
Martin Rotter 2020-12-08 12:23:50 +01:00
parent f402402517
commit d77a6268a8

View File

@ -25,6 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
- name: Prepare environment and compile application
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}"