Skip to content

Commit 28b8ceb

Browse files
committed
Fix issue
1 parent 3478727 commit 28b8ceb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
with:
4141
required-ros-distributions: ${{ needs.identify-ros-distro.outputs.distro }}
4242

43+
- name: Open new PowerShell session
44+
shell: powershell
45+
run: |
46+
start-process powershell -ArgumentList '-NoExit', '-Command', 'Write-Host "New PowerShell session started"'
47+
4348
- name: Install dependencies
4449
shell: powershell
4550
run: |
@@ -55,11 +60,6 @@ jobs:
5560
5661
- uses: actions/checkout@v4
5762

58-
- name: Open new PowerShell session
59-
shell: powershell
60-
run: |
61-
start-process powershell -ArgumentList '-NoExit', '-Command', 'Write-Host "New PowerShell session started"'
62-
6363
- name: Build rclnodejs
6464
shell: cmd
6565
run: |

0 commit comments

Comments
 (0)