From 66ae74c2b1897d686c40080a7c92754fafdf0cc3 Mon Sep 17 00:00:00 2001 From: 0FL01 Date: Mon, 21 Jul 2025 10:38:30 +0300 Subject: [PATCH] add limit cpu --- .github/workflows/flatpak-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index 94d49a56cf..39a8668313 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -32,7 +32,7 @@ jobs: TDESKTOP_API_HASH: ${{ secrets.TDESKTOP_API_HASH }} run: | docker run --rm \ - --cpus="4.0" \ + --cpus="3" \ -u $(id -u) \ -v "$PWD:/usr/src/tdesktop" \ ghcr.io/telegramdesktop/tdesktop/centos_env:latest \