mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-07 04:24:09 +02:00
another try use ccache
This commit is contained in:
parent
622096ab66
commit
53390a1f23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flatpak-build.yml
vendored
2
.github/workflows/flatpak-build.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
||||||
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
|
ghcr.io/telegramdesktop/tdesktop/centos_env:latest \
|
||||||
/bin/bash -c "\
|
/bin/bash -c "\
|
||||||
dnf install -y ccache && \
|
dnf install -y ccache && \
|
||||||
export PATH=\"/usr/lib64/ccache:\$PATH\" && \ # <-- ключевое
|
export PATH=\"/usr/lib64/ccache:\$PATH\" && \
|
||||||
export CCACHE_DIR=/ccache \
|
export CCACHE_DIR=/ccache \
|
||||||
export CCACHE_BASEDIR=/usr/src/tdesktop \
|
export CCACHE_BASEDIR=/usr/src/tdesktop \
|
||||||
export CCACHE_COMPRESS=1 \
|
export CCACHE_COMPRESS=1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue