Skip to content

Commit 2a56fc5

Browse files
committed
Drop attempt to use xraylib on (mingw)windows
1 parent c03faa9 commit 2a56fc5

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/mcxtrace-testsuite.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,17 @@ jobs:
6060
- name: Setup Windows
6161
id: setup-Windows
6262
if: runner.os == 'Windows'
63-
shell: cmd
63+
#shell: cmd
6464
run: |
6565
choco install winflexbison3
6666
choco install wget
6767
pip install mslex
68-
wget https://github.com/tschoonj/xraylib/releases/download/xraylib-4.1.5/xraylib-4.1.5-win64.exe
69-
xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
70-
68+
69+
# In princple we could (maybe?) test with xraylib, but it
70+
# seems their installer does not include headers...
71+
#wget https://github.com/tschoonj/xraylib/releases/download/xraylib-4.1.5/xraylib-4.1.5-win64.exe
72+
#xraylib-4.1.5-win64.exe /VERYSILENT /SUPPRESSMSGBOXES
73+
7174
- name: Setup Linux
7275
id: setup-Linux
7376
if: runner.os == 'Linux'
@@ -180,7 +183,7 @@ jobs:
180183
export TMPDIR=${HOME}/tmp
181184
fi
182185
echo $PATH
183-
${MXTEST_EXECUTABLE} --verbose --testdir $PWD --suffix ${{ matrix.os }}_${{ matrix.mpi }}_${{ matrix.CC }} --mpi=2 --instr=Test_FluoPowder
186+
${MXTEST_EXECUTABLE} --verbose --testdir $PWD --suffix ${{ matrix.os }}_${{ matrix.mpi }}_${{ matrix.CC }} --mpi=2
184187
185188
- name: 'Tar output files'
186189
id: tar-package

0 commit comments

Comments
 (0)