Skip to content

Commit

Permalink
+7
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 8, 2024
1 parent 5cb30b2 commit d7b4e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- run: |
($subm_init_lines = git submodule init) | Out-Host
$subm_init_lines = git submodule init
$subm_init_lines | Out-Host
foreach ($subm_init_line in $subm_init_lines) {
Write-Host 'subm_init_line:' $subm_init_line
Expand Down

0 comments on commit d7b4e84

Please sign in to comment.