Skip to content

Commit 3d09127

Browse files
committed
Update c-cpp.yml
1 parent 5ee1fd7 commit 3d09127

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/c-cpp.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,12 @@ jobs:
123123
submodules: recursive
124124
fetch-depth: 0
125125

126-
- name: Set Environment
126+
- name: Downloads pd sources
127127
run: |
128-
brew cleanup --prune=all
129-
brew install --cask pd
128+
curl -L -o pure-data.zip https://api.github.com/repos/pure-data/pure-data/zipball/refs/tags/0.56-0test1
129+
unzip pure-data.zip
130+
rm pure-data.zip
131+
mv pure-data-* pure-data
130132
131133
- name: Build pd-cyclone
132134
run: |

0 commit comments

Comments
 (0)