Skip to content

Commit

Permalink
Change URL to VST3 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
iurienistor committed Jan 13, 2024
1 parent 2042c5c commit 1847c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: |
mkdir -p build/install
git clone --recursive https://github.com/steinbergmedia/vst3sdk.git
git clone --recursive https://github.com/Geonkick-Synthesizer/vst3sdk.git
VST3SDKPATH=$(pwd)/vst3sdk
cd build
cmake -DCMAKE_INSTALL_PREFIX=./install -DVST3_SDK_PATH=$VST3SDKPATH ..
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
stage: build
script:
- mkdir -p build/install
- git clone --recursive https://github.com/steinbergmedia/vst3sdk.git
- git clone --recursive https://github.com/Geonkick-Synthesizer/vst3sdk.git
- VST3SDKPATH=$(pwd)/vst3sdk
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=./install -DVST3_SDK_PATH=$VST3SDKPATH ..
Expand Down

0 comments on commit 1847c53

Please sign in to comment.