Skip to content

Commit

Permalink
GHA: debug taskkill on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 22, 2024
1 parent 93504a9 commit 2408942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Stop EPICS IOC
run: |
if [[ $RUNNER_OS == "Windows" ]]; then
taskkill /F /IM softIoc.exe
taskkill /F /IM caRepeater.exe
taskkill /IM softIoc.exe /F
taskkill /IM caRepeater.exe /F
else
killall softIoc
killall caRepeater
Expand Down

0 comments on commit 2408942

Please sign in to comment.