We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198c00a commit bc94bf0Copy full SHA for bc94bf0
.github/workflows/windows.yml
@@ -24,7 +24,7 @@ jobs:
24
cd plugin-GUI/Build
25
cmake -G "Visual Studio 16 2019" -A x64 ..
26
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
+ curl -L https://openephys.jfrog.io/artifactory/GUI-binaries/Libraries/open-ephys-lib-v0.6.0.zip --output open-ephys-lib.zip
28
unzip open-ephys-lib.zip
29
shell: bash
30
- name: config-fftw
0 commit comments