Skip to content

Commit 7a6ee20

Browse files
committed
ci(release): use checkout action to pull with recursive
1 parent 0eb8d24 commit 7a6ee20

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
container:
1414
image: ubuntu:resolute
1515
steps:
16-
- name: Checkout repository
17-
uses: actions/checkout@v4
18-
1916
- name: Install requirements
2017
run: |
2118
apt-get -y update
@@ -29,6 +26,11 @@ jobs:
2926
org.freedesktop.Platform.ffmpeg-full//24.08 \
3027
org.freedesktop.Platform.VAAPI.Intel//25.08
3128
29+
- name: Checkout repository
30+
uses: actions/checkout@v4
31+
with:
32+
submodules: recursive
33+
3234
- name: Update git submodules
3335
run: git submodule update --init --recursive
3436

0 commit comments

Comments
 (0)