workflow fix

This commit is contained in:
Henrik Rydgård
2025-11-22 23:36:32 +01:00
parent 7a93b0928a
commit 3a7ec44f4e
+1 -1
View File
@@ -418,7 +418,7 @@ jobs:
- name: Fetch tests
working-directory: ${{ env.GITHUB_WORKSPACE }}
# Doing this to avoid ffmpeg and other large submodules.
run: git submodule update --init pspautotests assets/lang
run: git submodule update --init pspautotests
- name: Install Linux dependencies
if: runner.os == 'Linux'