Skip to content

Commit 91152c9

Browse files
committed
updated libserum
1 parent e8b2b93 commit 91152c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
rm -rf libserum
3939
git clone https://github.com/PPUC/libserum.git libserum
40-
(cd libserum && git checkout d2616536ea90fe6bf83bb48dc4655dc3fb3e25fd)
40+
(cd libserum && git checkout 542c3a7687d17f53ddf954ca7b1a0b4bdafe0002)
4141
4242
- if: matrix.platform == 'linux'
4343
name: Install dependencies (linux)

platforms/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -z "${BUILD_TYPE}" ]; then
88
BUILD_TYPE="Release"
99
fi
1010

11-
LIBSERUM_SHA=d2616536ea90fe6bf83bb48dc4655dc3fb3e25fd
11+
LIBSERUM_SHA=542c3a7687d17f53ddf954ca7b1a0b4bdafe0002
1212

1313
if [ -z "${PLATFORM}" ]; then
1414
PLATFORM="unknown"

0 commit comments

Comments
 (0)