Skip to content

Commit b88bd01

Browse files
committed
Revert "Update to dpp 10.1.5 (#1255)"
This reverts commit ec1e9a2.
1 parent a29798f commit b88bd01

113 files changed

Lines changed: 67357 additions & 71162 deletions

File tree

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.1.5-linux-x64.deb
69+
sudo apt install ./3rdPartyBinaries/libdpp-10.0.28-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.1.5.rb "$FORMULA_DIR/"
81-
brew install libdpp@10.1.5
80+
cp 3rdPartyBinaries/libdpp@10.0.28.rb "$FORMULA_DIR/"
81+
brew install libdpp@10.0.28
8282
8383
- name: Generate binaries
8484
run: |

0 commit comments

Comments
 (0)