We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb8d24 commit 7a6ee20Copy full SHA for 7a6ee20
1 file changed
.github/workflows/release.yml
@@ -13,9 +13,6 @@ jobs:
13
container:
14
image: ubuntu:resolute
15
steps:
16
- - name: Checkout repository
17
- uses: actions/checkout@v4
18
-
19
- name: Install requirements
20
run: |
21
apt-get -y update
@@ -29,6 +26,11 @@ jobs:
29
26
org.freedesktop.Platform.ffmpeg-full//24.08 \
30
27
org.freedesktop.Platform.VAAPI.Intel//25.08
31
28
+ - name: Checkout repository
+ uses: actions/checkout@v4
+ with:
32
+ submodules: recursive
33
+
34
- name: Update git submodules
35
run: git submodule update --init --recursive
36
0 commit comments