Skip to content

Commit

Permalink
GitHub Actions: Download miniaudio.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Oct 20, 2024
1 parent 348179d commit 9e28baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
# 2024-07-29: Require importlib_metadata for now due to this:
# https://github.com/pypa/setuptools/issues/4478
sudo pip3 install -U pytest numpy scipy setuptools>=62.1.0 importlib_metadata
curl https://raw.githubusercontent.com/mackron/miniaudio/master/miniaudio.h -o source/include/signalflow/node/io/output/miniaudio-library.h
- name: Configure
run: mkdir build && cd build && cmake ..
- name: Make
Expand Down

0 comments on commit 9e28baa

Please sign in to comment.