We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13053c commit 540d85fCopy full SHA for 540d85f
.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 2fbe97281000a3b12812cf6af2fd2eaf00f8b2a7)
+ (cd libserum && git checkout db53827570a39e96567701fdddc3044eadb1e8d7)
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=2fbe97281000a3b12812cf6af2fd2eaf00f8b2a7
+LIBSERUM_SHA=db53827570a39e96567701fdddc3044eadb1e8d7
12
13
if [ -z "${PLATFORM}" ]; then
14
PLATFORM="unknown"
0 commit comments