diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-27 17:54:27 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 7ad805492f8b42a4bc854313695a912c89019957 (patch) | |
tree | af5b89a8584104a7657b7e259e831ec33ceed020 /.github/workflows/ci.yml | |
parent | d44a7914c5f2ba231fdd9c830b1eace69c3383d0 (diff) | |
download | libquotient-7ad805492f8b42a4bc854313695a912c89019957.tar.gz libquotient-7ad805492f8b42a4bc854313695a912c89019957.zip |
Fix CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47e55421..0b707236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,12 @@ jobs: with: arch: ${{ matrix.platform }} + - name: Install OpenSSL + if: contains(matrix.os, 'ubuntu') and matrix.e2ee + run: | + sudo apt-get install libssl-dev + echo "openssl version" >>$GITHUB_ENV + - name: Build and install olm if: matrix.e2ee run: | |