File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Download pd-Sources
20
20
run : |
21
- curl -L -o pure-data.zip https://github.com/pure-data/pure-data/archive/refs/tags/0.56-0test1 .zip
21
+ curl -L -o pure-data.zip https://github.com/pure-data/pure-data/archive/refs/tags/0.56-1 .zip
22
22
unzip pure-data.zip
23
23
rm pure-data.zip
24
24
mv pure-data-* pure-data
57
57
make
58
58
WORKDIR /build
59
59
COPY . .
60
- RUN PD_URL=https://github.com/pure-data/pure-data/archive/refs/tags/0.56-0test1 .zip && \
60
+ RUN PD_URL=https://github.com/pure-data/pure-data/archive/refs/tags/0.56-1 .zip && \
61
61
curl -L -o pure-data.zip $PD_URL && \
62
62
unzip pure-data.zip && \
63
63
rm pure-data.zip && \
@@ -100,10 +100,10 @@ jobs:
100
100
- name : Get Pd
101
101
shell : msys2 {0}
102
102
run : |
103
- curl -L -o pure-data.zip http://msp.ucsd.edu/Software/pd-0.56-0test1 .msw.zip
103
+ curl -L -o pure-data.zip http://msp.ucsd.edu/Software/pd-0.56-1 .msw.zip
104
104
unzip pure-data.zip
105
105
rm pure-data.zip
106
- rename pd-0.56-0test1 pure-data pd-0.56-0test1
106
+ rename pd-0.56-1 pure-data pd-0.56-1
107
107
108
108
- name : Build pd-cyclone
109
109
shell : msys2 {0}
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
- name : Downloads pd sources
128
128
run : |
129
- curl -L -o pure-data.zip https://github.com/pure-data/pure-data/archive/refs/tags/0.56-0test1 .zip
129
+ curl -L -o pure-data.zip https://github.com/pure-data/pure-data/archive/refs/tags/0.56-1 .zip
130
130
unzip pure-data.zip
131
131
rm pure-data.zip
132
132
mv pure-data-* pure-data
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
- name : Downloads pd sources
153
153
run : |
154
- curl -L -o pure-data.zip https://github.com/pure-data/pure-data/archive/refs/tags/0.56-0test1 .zip
154
+ curl -L -o pure-data.zip https://github.com/pure-data/pure-data/archive/refs/tags/0.56-1 .zip
155
155
unzip pure-data.zip
156
156
rm pure-data.zip
157
157
mv pure-data-* pure-data
You can’t perform that action at this time.
0 commit comments