Skip to content

Commit 855d192

Browse files
committed
Update to dpp 10.1.5
1 parent 80cba73 commit 855d192

107 files changed

Lines changed: 71153 additions & 67351 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cpp-ci-serial-programs-base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sudo apt upgrade
6767
sudo apt install clang-tools libopencv-dev libsystemd-dev
6868
69-
sudo apt install ./3rdPartyBinaries/libdpp-10.0.28-linux-x64.deb
69+
sudo apt install ./3rdPartyBinaries/libdpp-10.1.5-linux-x64.deb
7070
7171
- name: Install dependencies (Mac)
7272
if: startsWith(inputs.os, 'mac')
@@ -77,8 +77,8 @@ jobs:
7777
brew tap-new --no-git PA/libdpp
7878
FORMULA_DIR="$(brew --repo PA/libdpp)/Formula"
7979
mkdir -p "$FORMULA_DIR"
80-
cp 3rdPartyBinaries/libdpp@10.0.28.rb "$FORMULA_DIR/"
81-
brew install libdpp@10.0.28
80+
cp 3rdPartyBinaries/libdpp@10.1.5.rb "$FORMULA_DIR/"
81+
brew install libdpp@10.1.5
8282
8383
- name: Generate binaries
8484
run: |

0 commit comments

Comments
 (0)