Skip to content

Commit 540d85f

Browse files
committed
updated libserum
1 parent a13053c commit 540d85f

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 2fbe97281000a3b12812cf6af2fd2eaf00f8b2a7)
40+
(cd libserum && git checkout db53827570a39e96567701fdddc3044eadb1e8d7)
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=2fbe97281000a3b12812cf6af2fd2eaf00f8b2a7
11+
LIBSERUM_SHA=db53827570a39e96567701fdddc3044eadb1e8d7
1212

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

0 commit comments

Comments
 (0)