From 9b26946016561b98bde826b626eb8ca0f4c82572 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 13 Apr 2023 18:43:14 +0100 Subject: [PATCH] === :facepalm: --- .github/workflows/build_linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_linux.yaml b/.github/workflows/build_linux.yaml index 9c4fd73..77e97c3 100644 --- a/.github/workflows/build_linux.yaml +++ b/.github/workflows/build_linux.yaml @@ -81,7 +81,7 @@ jobs: run: "yarn install --frozen-lockfile" - name: Prepare for static sqlcipher build - if: inputs.sqlcipher === 'static' + if: inputs.sqlcipher == 'static' run: | echo "SQLCIPHER_STATIC=1" >> $GITHUB_ENV