summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-12-01 20:00:44 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2022-12-01 20:00:44 -0500
commit9ae41b73356fc5e6377f70a18f1d3896c1600412 (patch)
treee444c101417fe0d85d6e36ca58f70b67cb862904 /.github/workflows
parent573a61919149d8d0119601a06e23322b71c778c3 (diff)
parentb9fee0f6c90cc358616dc79ace74e58a27d4e17a (diff)
downloadabaddon-portaudio-9ae41b73356fc5e6377f70a18f1d3896c1600412.tar.gz
abaddon-portaudio-9ae41b73356fc5e6377f70a18f1d3896c1600412.zip
Merge branch 'master' into keychain
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 693b9b9..def7b82 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -160,7 +160,7 @@ jobs:
cd deps
git clone https://github.com/nlohmann/json
cd json
- git checkout db78ac1d7716f56fc9f1b030b715f872f93964e4
+ git checkout bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d
mkdir build
cd build
cmake ..