diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-12-01 20:00:44 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-12-01 20:00:44 -0500 |
commit | 9ae41b73356fc5e6377f70a18f1d3896c1600412 (patch) | |
tree | e444c101417fe0d85d6e36ca58f70b67cb862904 /.github/workflows | |
parent | 573a61919149d8d0119601a06e23322b71c778c3 (diff) | |
parent | b9fee0f6c90cc358616dc79ace74e58a27d4e17a (diff) | |
download | abaddon-portaudio-9ae41b73356fc5e6377f70a18f1d3896c1600412.tar.gz abaddon-portaudio-9ae41b73356fc5e6377f70a18f1d3896c1600412.zip |
Merge branch 'master' into keychain
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 .. |