Skip to content

Commit

Permalink
Update validation.yml
Browse files Browse the repository at this point in the history
Don't load submodules
  • Loading branch information
jrfaeder authored Feb 28, 2024
1 parent 9e10b7a commit 241bfe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
generators: "Ninja"
}
steps:
- name: Checkout repo and submodules
- name: Checkout repo # and submodules
uses: actions/checkout@v2
with:
submodules: recursive
#with:
# submodules: recursive
# Windows setup
- name: Set up Cygwin
if: startsWith(matrix.config.os, 'windows')
Expand Down

0 comments on commit 241bfe3

Please sign in to comment.