Skip to content

Commit 5fd114e

Browse files
authored
Merge pull request #4 from rgwohlbold/master
Update to tdlib 1.8.0
2 parents aeb7caa + a3415ce commit 5fd114e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
run: choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
2121
- name: Clone td
2222
run: git clone https://github.com/tdlib/td.git
23-
- name: Checkout 1.7.0 tag #edit here for new tdlib version
23+
- name: Checkout 1.8.0 tag #edit here for new tdlib version
2424
working-directory: td
25-
run: git checkout v1.7.0
25+
run: git checkout v1.8.0
2626
- name: Clone vcpkg
2727
working-directory: td
2828
run: git clone https://github.com/Microsoft/vcpkg.git

.github/workflows/ccpp_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
run: brew install gperf cmake openssl
2020
- name: Clone tdlib
2121
run: git clone https://github.com/tdlib/td.git
22-
- name: Checkout 1.7.0 tag
22+
- name: Checkout 1.8.0 tag
2323
working-directory: td
24-
run: git checkout v1.7.0
24+
run: git checkout v1.8.0
2525
- name: Create release dir
2626
run: mkdir release
2727
- name: Create build dir

.github/workflows/ccpp_ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
run: sudo apt-get install make git zlib1g-dev libssl-dev gperf php cmake clang-6.0 libc++-dev libc++abi-dev
2222
- name: clone tdlib
2323
run: git clone https://github.com/tdlib/td.git
24-
- name: checkout 1.7.0 tag #edit here in case of new tdlib release
24+
- name: checkout 1.8.0 tag #edit here in case of new tdlib release
2525
working-directory: td
26-
run: git checkout v1.7.0
26+
run: git checkout v1.8.0
2727
- name: Create release dir
2828
run: mkdir release
2929
- name: create build dir

0 commit comments

Comments
 (0)