submodules: update for new versions

This commit is contained in:
Markus F.X.J. Oberhumer
2026-03-23 16:56:04 +01:00
parent f6a210ecf0
commit 2a6fdf7c6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
run: |
git config --global --add safe.directory '*' # needed when running in a container
git clone --branch "$GITHUB_REF_NAME" --depth 1 "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" .
git submodule update --init -- vendor/lzma-sdk
git submodule update --init -- vendor/lzma-sdk vendor/zstd
git fsck --strict --progress
- name: Rebuild and verify stubs
run: |
Vendored
+1 -1