Skip to content

Commit

Permalink
Update artifactory URL for open-ephys-lib in windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-heasly authored Jan 22, 2025
1 parent 5b2848e commit 4a81756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cd plugin-GUI/Build
cmake -G "Visual Studio 17 2022" -A x64 ..
mkdir Release && cd Release
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
unzip open-ephys-lib.zip
- name: configure
shell: bash
Expand Down

0 comments on commit 4a81756

Please sign in to comment.