diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-14 00:02:19 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-14 00:02:19 -0400 |
commit | d99f16f82d0e83a4e35024ec2596e3c42f039ec1 (patch) | |
tree | b5761cde745246cc376652b8dd1a75cff9bc6139 | |
parent | 243e48e60955e60b85f901a5aac3010984b7a32f (diff) | |
download | abaddon-portaudio-d99f16f82d0e83a4e35024ec2596e3c42f039ec1.tar.gz abaddon-portaudio-d99f16f82d0e83a4e35024ec2596e3c42f039ec1.zip |
fix ci run on mac
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bea5a2e..129a426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,6 +117,7 @@ jobs: run: | brew install gtkmm3 brew install nlohmann-json + brew install jpeg - name: Build uses: lukka/run-cmake@v3 |