Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix directories
Browse files Browse the repository at this point in the history
ben-wes authored Oct 9, 2024
1 parent 550dbc9 commit 559f058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
run: git clone --branch=0.55-0 --depth=1 https://github.com/pure-data/pure-data.git

- name: make
run: make install objectsdir=./pure-data 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

0 comments on commit 559f058

Please sign in to comment.