just things

This commit is contained in:
Martin Rotter 2022-12-08 14:06:45 +01:00
parent b3c977733c
commit c51b608951

View file

@ -8,7 +8,7 @@ on:
jobs: jobs:
check-build-script: check-build-script:
name: Check build script name: check-build-script
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout source code - name: Checkout source code
@ -46,7 +46,7 @@ jobs:
use_qt5: "ON" use_qt5: "ON"
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
submodules: true submodules: true