From a3415ce4762a04e34595872c3ba67c1cb490e939 Mon Sep 17 00:00:00 2001 From: Richard Wohlbold Date: Sat, 28 May 2022 13:06:07 +0200 Subject: [PATCH] Update to tdlib 1.8.0 --- .github/workflows/build_windows.yml | 4 ++-- .github/workflows/ccpp_mac.yml | 4 ++-- .github/workflows/ccpp_ubuntu.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 24539a1..8313bcf 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -20,9 +20,9 @@ jobs: run: choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' - name: Clone td run: git clone https://github.com/tdlib/td.git - - name: Checkout 1.7.0 tag #edit here for new tdlib version + - name: Checkout 1.8.0 tag #edit here for new tdlib version working-directory: td - run: git checkout v1.7.0 + run: git checkout v1.8.0 - name: Clone vcpkg working-directory: td run: git clone https://github.com/Microsoft/vcpkg.git diff --git a/.github/workflows/ccpp_mac.yml b/.github/workflows/ccpp_mac.yml index a560dbd..416339b 100644 --- a/.github/workflows/ccpp_mac.yml +++ b/.github/workflows/ccpp_mac.yml @@ -19,9 +19,9 @@ jobs: run: brew install gperf cmake openssl - name: Clone tdlib run: git clone https://github.com/tdlib/td.git - - name: Checkout 1.7.0 tag + - name: Checkout 1.8.0 tag working-directory: td - run: git checkout v1.7.0 + run: git checkout v1.8.0 - name: Create release dir run: mkdir release - name: Create build dir diff --git a/.github/workflows/ccpp_ubuntu.yml b/.github/workflows/ccpp_ubuntu.yml index 1bf20b2..625cf53 100644 --- a/.github/workflows/ccpp_ubuntu.yml +++ b/.github/workflows/ccpp_ubuntu.yml @@ -21,9 +21,9 @@ jobs: run: sudo apt-get install make git zlib1g-dev libssl-dev gperf php cmake clang-6.0 libc++-dev libc++abi-dev - name: clone tdlib run: git clone https://github.com/tdlib/td.git - - name: checkout 1.7.0 tag #edit here in case of new tdlib release + - name: checkout 1.8.0 tag #edit here in case of new tdlib release working-directory: td - run: git checkout v1.7.0 + run: git checkout v1.8.0 - name: Create release dir run: mkdir release - name: create build dir