Skip to content

Commit 5ea31cf

Browse files
Fix Windows GHA ASIOSDK install (#592)
1 parent 982706b commit 5ea31cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build-supercollider-windows/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ runs:
7474
curl -L https://www.steinberg.net/asiosdk -o asio.zip
7575
7z x asio.zip -y
7676
mkdir -p "/tmp/supercollider/external_libraries/portaudio/asiosdk"
77-
mv asiosdk_* "/tmp/supercollider/external_libraries/portaudio/asiosdk"
77+
shopt -s nocaseglob # https://github.com/supercollider/supercollider/commit/4707cbcd4a4da330e6d210b87dc853e96fa2af1f
78+
mv asiosdk* "/tmp/supercollider/external_libraries/portaudio/asiosdk"
7879
shell: bash
7980

8081
- name: Install readline

0 commit comments

Comments
 (0)