We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e562a4 commit 909bfb5Copy full SHA for 909bfb5
.github/workflows/sanitizer.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-22.04
18
steps:
19
- uses: actions/checkout@v2
20
+ - name: Checkout submodules
21
+ run: git submodule update --init --recursive
22
- name: Setup
23
run: |
24
sudo apt-get install ninja-build
0 commit comments