File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Downloads pd-Sources
20
20
run : |
21
- PD_URL=$(curl -L -s https://api.github.com/repos/pure-data/pure-data/tags | grep zipball_url | grep -v latest | grep -v pd-0.54 | grep -v tagtest | head -n 1 | cut -d '"' -f 4)
21
+ PD_URL=$(curl -L -s https://api.github.com/repos/pure-data/pure-data/tags | grep zipball_url | grep -v latest | grep -v pd-0.55 | grep -v tagtest | head -n 1 | cut -d '"' -f 4)
22
22
curl -L -o pure-data.zip $PD_URL
23
23
unzip pure-data.zip
24
24
rm pure-data.zip
@@ -56,10 +56,10 @@ jobs:
56
56
- name : Get Pd
57
57
shell : msys2 {0}
58
58
run : |
59
- curl -L -o pure-data.zip http://msp.ucsd.edu/Software/pd-0.54-0 .msw.zip
59
+ curl -L -o pure-data.zip http://msp.ucsd.edu/Software/pd-0.55-2 .msw.zip
60
60
unzip pure-data.zip
61
61
rm pure-data.zip
62
- rename pd-0.54-0 pure-data pd-0.54-0
62
+ rename pd-0.55-2 pure-data pd-0.55-2
63
63
64
64
- name : Build pd-cyclone
65
65
shell : msys2 {0}
You can’t perform that action at this time.
0 commit comments