We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b2b93 commit 91152c9Copy full SHA for 91152c9
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
rm -rf libserum
39
git clone https://github.com/PPUC/libserum.git libserum
40
- (cd libserum && git checkout d2616536ea90fe6bf83bb48dc4655dc3fb3e25fd)
+ (cd libserum && git checkout 542c3a7687d17f53ddf954ca7b1a0b4bdafe0002)
41
42
- if: matrix.platform == 'linux'
43
name: Install dependencies (linux)
platforms/config.sh
@@ -8,7 +8,7 @@ if [ -z "${BUILD_TYPE}" ]; then
8
BUILD_TYPE="Release"
9
fi
10
11
-LIBSERUM_SHA=d2616536ea90fe6bf83bb48dc4655dc3fb3e25fd
+LIBSERUM_SHA=542c3a7687d17f53ddf954ca7b1a0b4bdafe0002
12
13
if [ -z "${PLATFORM}" ]; then
14
PLATFORM="unknown"
0 commit comments