mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix bug in workflow file.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
4528c56eaf
commit
cc552927f0
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
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
|
- name: Check the Supported Dive Computer Lists
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue