diff options
| author | Rubens Brandao <git@rubens.io> | 2024-05-03 13:36:48 -0300 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2024-05-09 12:15:07 -0400 |
| commit | fe710ffef3222272e1560ed8318dda726f7f925c (patch) | |
| tree | ebd6bd0618b1c94ea814adfa57c602cea41265ff | |
| parent | fe37cf4f4da7be3888e192fc88dd315732ba43cd (diff) | |
fix github workflow
| -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: | |
