Skip to content

Commit

Permalink
🐛 👷 checkout submodules in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 18, 2024
1 parent bbd7248 commit c96f599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
bin: g++
steps:
- name: checkout-scm
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: setup
run: sudo apt install ${{ matrix.compiler.package }} make
- name: test
Expand Down

0 comments on commit c96f599

Please # to comment.