Skip to content

Commit

Permalink
Try to checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 9, 2025
1 parent 49b524e commit 91b9d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvdaBuilder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ runs:
- name: Restore modified files
run: |
git restore .
git submodule update --init
git checkout origin/master include
git submodule update
shell: cmd
- name: Prepare for tests
run: powershell.exe ci/scripts/tests/beforeTests.ps1
Expand Down

0 comments on commit 91b9d77

Please sign in to comment.