Skip to content

Commit 46affca

Browse files
committed
CI/macos: try using patched liblo
1 parent 63e2f15 commit 46affca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ jobs:
179179
python3 --version
180180
- name: download liblo
181181
run: |
182-
curl -L -O https://github.com/radarsat1/liblo/releases/download/0.35/liblo-0.35.tar.gz
183-
tar -xzf liblo-0.35.tar.gz
184-
rm liblo-0.35.tar.gz
185-
mv liblo-0.35 liblo
182+
curl -L -O https://github.com/malloch/liblo/archive/refs/heads/master.zip
183+
unzip liblo-master.zip
184+
rm liblo-master.zip
185+
mv liblo-master liblo
186186
- name: liblo build arm64
187187
run: |
188188
cd ./liblo

0 commit comments

Comments
 (0)