We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e2f15 commit 46affcaCopy full SHA for 46affca
1 file changed
.github/workflows/ci.yml
@@ -179,10 +179,10 @@ jobs:
179
python3 --version
180
- name: download liblo
181
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
+ curl -L -O https://github.com/malloch/liblo/archive/refs/heads/master.zip
+ unzip liblo-master.zip
+ rm liblo-master.zip
+ mv liblo-master liblo
186
- name: liblo build arm64
187
188
cd ./liblo
0 commit comments