diff options
author | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 13:55:51 +0100 |
---|---|---|
committer | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 13:55:51 +0100 |
commit | c19fec620b52c457ea0d98680936be2ea9e1b248 (patch) | |
tree | 3bf1dbf35277bdb41ff7538ee45a57306c7b11cf /.github | |
parent | 270b763c7ec216fe92ef90691015e224e9009693 (diff) |
check out submodules
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05df22f..46807e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: actions-rs/toolchain@v1 with: profile: minimal |