From 1de19b52e99df3e86d55d54046e77244f772beea Mon Sep 17 00:00:00 2001 From: 0FL01 Date: Tue, 22 Jul 2025 21:02:36 +0300 Subject: [PATCH] remove trash --- .github/workflows/flatpak-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index cf748cf09a..4c6f846643 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -107,8 +107,6 @@ jobs: -v "$PWD:/usr/src/tdesktop" \ ghcr.io/telegramdesktop/tdesktop/centos_env:latest \ /usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \ - -D CMAKE_C_COMPILER_LAUNCHER=/usr/local/bin/ccache \ - -D CMAKE_CXX_COMPILER_LAUNCHER=/usr/local/bin/ccache \ -D TDESKTOP_API_ID=${TDESKTOP_API_ID} \ -D TDESKTOP_API_HASH=${TDESKTOP_API_HASH}