Skip to content

Commit 3e48d63

Browse files
committed
Update c-cpp.yml
1 parent e6feb96 commit 3e48d63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Downloads pd-Sources
2020
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)
2222
curl -L -o pure-data.zip $PD_URL
2323
unzip pure-data.zip
2424
rm pure-data.zip
@@ -56,10 +56,10 @@ jobs:
5656
- name: Get Pd
5757
shell: msys2 {0}
5858
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
6060
unzip pure-data.zip
6161
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
6363
6464
- name: Build pd-cyclone
6565
shell: msys2 {0}

0 commit comments

Comments
 (0)