Fix bug in workflow file.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2025-01-01 18:14:13 +13:00
parent 4528c56eaf
commit cc552927f0

View file

@ -23,7 +23,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: checkout sources
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Check the Supported Dive Computer Lists
run: |