Skip to content

Commit

Permalink
Update Linux CI
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <federico.bruzzone.i@gmail.com>
  • Loading branch information
FedericoBruzzone committed Jan 23, 2025
1 parent 5fcd417 commit 080df24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 080df24

Please sign in to comment.