Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 14, 2023
1 parent 129b53e commit 5dfaaed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-tdlib-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,17 +411,15 @@ jobs:


- name: setup vcpkg
run: |
cd td
run: |
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout 1b1ae50e1a69f7c659bd7d731e80b358d21c86ad
./bootstrap-vcpkg.bat
./vcpkg.exe install gperf:x64-windows openssl:x64-windows zlib:x64-windows
- name: build
run: |
cd td
run: |
mkdir build
cd build
cmake -A x64 -DCMAKE_INSTALL_PREFIX:PATH=../tdlib -DCMAKE_TOOLCHAIN_FILE:FILEPATH=../vcpkg/scripts/buildsystems/vcpkg.cmake ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-telegram-bot-api-cross.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Tdlib Cross Platform
name: Build Telegram Bot Api Cross Platform
on: [workflow_dispatch]
jobs:
build:
Expand Down

0 comments on commit 5dfaaed

Please sign in to comment.