We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a5f8d commit c03faa9Copy full SHA for c03faa9
1 file changed
.github/workflows/mcxtrace-testsuite.yml
@@ -60,12 +60,13 @@ jobs:
60
- name: Setup Windows
61
id: setup-Windows
62
if: runner.os == 'Windows'
63
+ shell: cmd
64
run: |
65
choco install winflexbison3
66
choco install wget
67
pip install mslex
68
wget https://github.com/tschoonj/xraylib/releases/download/xraylib-4.1.5/xraylib-4.1.5-win64.exe
- ./xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
69
+ xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
70
71
- name: Setup Linux
72
id: setup-Linux
0 commit comments