Skip to content

Commit

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

- name: Install GCC
uses: egor-tensin/setup-gcc@v1
Expand Down

0 comments on commit b6345fe

Please sign in to comment.