From d94d7417a33786f868651582d25e7ebeed24ed02 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Thu, 28 Sep 2023 16:04:21 +0800 Subject: [PATCH] WIP --- .github/workflows/build-tdlib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tdlib.yml b/.github/workflows/build-tdlib.yml index 4aed66b..fd411cd 100644 --- a/.github/workflows/build-tdlib.yml +++ b/.github/workflows/build-tdlib.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: master + ref: master - name: Install Deps run: sudo apt-get update && sudo apt-get install buildah -y - name: Build TDLib