add limit cpu

This commit is contained in:
0FL01 2025-07-21 10:47:29 +03:00
parent 66ae74c2b1
commit 3e7f8065fd

View file

@ -30,6 +30,7 @@ jobs:
env:
TDESKTOP_API_ID: ${{ secrets.TDESKTOP_API_ID }}
TDESKTOP_API_HASH: ${{ secrets.TDESKTOP_API_HASH }}
MAKEFLAGS: "-j3"
run: |
docker run --rm \
--cpus="3" \