diff options
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 960b8c7b..c0967cac 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + submodules: true - name: Install Clang run: | |
