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 982706b commit 5ea31cfCopy full SHA for 5ea31cf
.github/actions/build-supercollider-windows/action.yaml
@@ -74,7 +74,8 @@ runs:
74
curl -L https://www.steinberg.net/asiosdk -o asio.zip
75
7z x asio.zip -y
76
mkdir -p "/tmp/supercollider/external_libraries/portaudio/asiosdk"
77
- mv asiosdk_* "/tmp/supercollider/external_libraries/portaudio/asiosdk"
+ shopt -s nocaseglob # https://github.com/supercollider/supercollider/commit/4707cbcd4a4da330e6d210b87dc853e96fa2af1f
78
+ mv asiosdk* "/tmp/supercollider/external_libraries/portaudio/asiosdk"
79
shell: bash
80
81
- name: Install readline
0 commit comments