Skip to content

Commit

Permalink
Update workflow to build against Pd 0.55-0 for ubuntu build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes authored and agraef committed Oct 9, 2024
1 parent 27e5a28 commit 63d44d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
fetch-depth: 0

- name: install dependencies
run: sudo apt install puredata-dev
run: git clone --branch=0.55-0 --depth=1 https://github.com/pure-data/pure-data.git

- name: make
run: make install objectsdir=./build floatsize=${{ matrix.floatsize }} extension=linux-amd64-${{ matrix.floatsize }}.so
run: make install PDDIR=./pure-data objectsdir=./build floatsize=${{ matrix.floatsize }} extension=linux-amd64-${{ matrix.floatsize }}.so

- name: upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 63d44d8

Please sign in to comment.