Skip to content

Commit

Permalink
Try non-rec submodules checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Jan 27, 2023
1 parent de08808 commit bf61bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
submodules: 'true'

- name: Install GCC
uses: egor-tensin/setup-gcc@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit bf61bde

Please sign in to comment.