diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index d8180f2..f66d948 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -38,6 +38,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Install needed packages + run: | + sudo apt update + sudo apt install libc++-dev libc++abi-dev - name: Restore cache TDLib if: matrix.feature == 'local-tdlib' || matrix.feature == 'pkg-config' id: cache-tdlib-restore