Skip to content

Commit

Permalink
Merge pull request #677 from ohmtech-rdi/fix-win-vcvrack-run
Browse files Browse the repository at this point in the history
Fix win vcvrack run
  • Loading branch information
ohmtech-rdi authored May 25, 2024
2 parents 96e4195 + 3e09366 commit 95f1a56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows_2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: choco install vcvrack
- run: choco install vcvrack --version=2.4.1
- name: VCV Rack headless first run
run: c:/Program\ Files/VCV/Rack2Free/Rack.exe -h <<< '\n'
- run: python3 build-system/install.py
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- run: choco install vcvrack
- run: choco install vcvrack --version=2.4.1
- name: VCV Rack headless first run
run: c:/Program\ Files/VCV/Rack2Free/Rack.exe -h <<< '\n'
- run: python3 build-system/install.py
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- run: ./Faust-2.37.3-win64.exe //S
- run: echo 'export PATH=$PATH:/c/Program\ Files/Faust/bin' >> ~/.bash_profile
- run: cat ~/.bash_profile
- run: choco install vcvrack
- run: choco install vcvrack --version=2.4.1
- name: VCV Rack headless first run
run: c:/Program\ Files/VCV/Rack2Free/Rack.exe -h <<< '\n'
- run: python3 build-system/install.py
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- run: ./Faust-2.41.1-win64.exe //S
- run: echo 'export PATH=$PATH:/c/Program\ Files/Faust/bin' >> ~/.bash_profile
- run: cat ~/.bash_profile
- run: choco install vcvrack
- run: choco install vcvrack --version=2.4.1
- name: VCV Rack headless first run
run: c:/Program\ Files/VCV/Rack2Free/Rack.exe -h <<< '\n'
- run: python3 build-system/install.py
Expand Down

0 comments on commit 95f1a56

Please sign in to comment.