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