Skip to content

Commit

Permalink
upload pd artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
caillonantoine committed May 12, 2023
1 parent ec85700 commit 492974d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
run: |
curl -L https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.0.1%2Bcpu.zip -o libtorch.zip
unzip libtorch.zip
- name: Setup puredata
run: |
mkdir puredata_include
curl -L https://raw.githubusercontent.com/pure-data/pure-data/master/src/m_pd.h -o puredata_include/m_pd.h
- name: Build
run: |
mkdir build
Expand Down Expand Up @@ -129,5 +133,7 @@ jobs:
prerelease: false
files: |
nn_max_msp_macOS_x64.tar.gz
nn_puredata_macOS_x64.tar.gz
nn_max_msp_macOS_arm64.tar.gz
nn_puredata_macOS_arm64.tar.gz
nn_max_msp_windows_x64.tar.gz

0 comments on commit 492974d

Please sign in to comment.