ci: fix test-linux-sanitizers submodule checkout

This commit is contained in:
Krystie
2026-05-10 19:36:16 -07:00
parent 540db0e210
commit 7166b76bad
+2
View File
@@ -56,6 +56,8 @@ jobs:
SAN_FLAGS: "-fsanitize=address,undefined -fno-omit-frame-pointer -fno-sanitize-recover=undefined -fno-sanitize=alignment,signed-integer-overflow,vptr"
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies
run: |