Skip to content

Commit 50bde75

Browse files
committed
find and install gsas2new
1 parent 594854b commit 50bde75

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/win-selfinstall-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ jobs:
2222
name: Download the file
2323
with:
2424
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2full-Latest-Windows-x86_64.exe"
25-
target: download/
25+
#target: download/
26+
- name: find it
27+
if: always()
28+
shell: bash -el {0}
29+
run: |
30+
ls -R
2631
2732
- name: GSAS-II single test
2833
shell: pwsh
29-
run: Start-Process -FilePath .\download\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
34+
run: Start-Process -FilePath .\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
3035

3136
- name: GSAS-II all tests
3237
if: always()

0 commit comments

Comments
 (0)