Skip to content

Commit bc94bf0

Browse files
committed
Update GHA workflow for Windows
Use new endpoint for GUI library zip
1 parent 198c00a commit bc94bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cd plugin-GUI/Build
2525
cmake -G "Visual Studio 16 2019" -A x64 ..
2626
mkdir Release && cd Release
27-
curl -L https://openephysgui.jfrog.io/artifactory/Libraries/open-ephys-lib-v0.6.0.zip --output open-ephys-lib.zip
27+
curl -L https://openephys.jfrog.io/artifactory/GUI-binaries/Libraries/open-ephys-lib-v0.6.0.zip --output open-ephys-lib.zip
2828
unzip open-ephys-lib.zip
2929
shell: bash
3030
- name: config-fftw

0 commit comments

Comments
 (0)