This commit is contained in:
Michael Telatynski 2023-04-13 18:43:14 +01:00
parent 990d460841
commit 9b26946016
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D

View file

@ -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