Skip to content

Commit

Permalink
Ensure synthdefs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed Feb 12, 2025
1 parent 8db1578 commit 5f52d61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/build-supercollider-windows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
- name: Install ccache
run: |
choco install ccache --no-progress
echo "`echo c:/ProgramData/chocolatey/lib/ccache/tools/ccache*`" >> $GITHUB_PATH
echo "`echo C:/ProgramData/chocolatey/lib/ccache/tools/ccache*`" >> $GITHUB_PATH
shell: bash

- name: Install libsndfile
Expand Down Expand Up @@ -104,5 +104,7 @@ runs:
shell: bash

- name: Install
run: mv "/tmp/supercollider/build/Install/SuperCollider" "C:/Program Files/SuperCollider"
run: |
mv "/tmp/supercollider/build/Install/SuperCollider" "C:/Program Files/SuperCollider"
mkdir -p "C:/Users/runneradmin/AppData/Local/SuperCollider/synthdefs"
shell: bash

0 comments on commit 5f52d61

Please sign in to comment.