Skip to content

Commit

Permalink
+6
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 8, 2024
1 parent ecbc0b5 commit 5cb30b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
($subm_init_lines = git submodule init) | Out-Host
foreach ($subm_init_line in $subm_init_lines) {
Write-Host 'subm_init_line:' $subm_init_line
if ($subm_init_line -notmatch '^Submodule ''(.+)'' ') { throw $subm_init_line }
Write-Host ($subm_path = $Matches[1])
Push-Location $subm_path
Expand Down

0 comments on commit 5cb30b2

Please sign in to comment.