Skip to content

Commit

Permalink
Update ci-linux
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <[email protected]>
  • Loading branch information
FedericoBruzzone committed Jan 19, 2025
1 parent 7b5992a commit d164758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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: Download TDLib
if: matrix.feature == 'local-tdlib' || matrix.feature == 'pkg-config'
run: |
Expand Down
1 change: 0 additions & 1 deletion tdlib-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ system-deps = { version = "7", optional = true }
reqwest = { version = "0.12.4", features = ["blocking"], optional = true }
zip = { version = "2.0.0", optional = true }
dirs = "6.0.0"
# dirs = "5.0.1"

[build-dependencies]
tdlib-rs-gen = { path = "../tdlib-rs-gen", version = "1.0.5" }
Expand Down

0 comments on commit d164758

Please sign in to comment.