Skip to content

Commit c03faa9

Browse files
committed
Try with cmd shell
1 parent d5a5f8d commit c03faa9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/mcxtrace-testsuite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ jobs:
6060
- name: Setup Windows
6161
id: setup-Windows
6262
if: runner.os == 'Windows'
63+
shell: cmd
6364
run: |
6465
choco install winflexbison3
6566
choco install wget
6667
pip install mslex
6768
wget https://github.com/tschoonj/xraylib/releases/download/xraylib-4.1.5/xraylib-4.1.5-win64.exe
68-
./xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
69+
xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
6970
7071
- name: Setup Linux
7172
id: setup-Linux

0 commit comments

Comments
 (0)