diff options
author | Tobias Fella <fella@posteo.de> | 2021-08-31 00:42:56 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:11 +0100 |
commit | d04543ba00335d87a872b0f0c8ff35c85301e096 (patch) | |
tree | 04dda969a3a14da55ce66154d8880dfc3aa23b4f /.github/workflows | |
parent | cdd21a33eabebbad33a610cbe189116caba3ac89 (diff) | |
download | libquotient-d04543ba00335d87a872b0f0c8ff35c85301e096.tar.gz libquotient-d04543ba00335d87a872b0f0c8ff35c85301e096.zip |
Try fixing the CI
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b707236..a1c8bf1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: arch: ${{ matrix.platform }} - name: Install OpenSSL - if: contains(matrix.os, 'ubuntu') and matrix.e2ee + if: ${{ contains(matrix.os, 'ubuntu') && matrix.e2ee }} run: | sudo apt-get install libssl-dev echo "openssl version" >>$GITHUB_ENV |