fix
Some checks failed
Build system / Check codestyle (push) Successful in 33s
Build system / Build en_US system (push) Successful in 1m50s
Build system / Build ru_RU system (push) Failing after 36s

This commit is contained in:
Gleb Zaharov 2024-11-19 17:28:08 +03:00
parent da60e234ef
commit edeca13dd7

View File

@ -111,6 +111,7 @@ jobs:
mv /root/autobuild /home/autobuild
ls -l /home/autobuild
ls -l ${{ gitea.workspace }}
if: steps.cache-toolchain.outputs.cache-hit != 'true'
- name: Save toolchain
if: steps.cache-toolchain.outputs.cache-hit != 'true'
@ -248,8 +249,11 @@ jobs:
cd ${{ gitea.workspace }}
- run: |
rm /home/autobuild
mv /root/autobuild /home/autobuild
ls -l /root/autobuild
ls -l ${{ gitea.workspace }}
if: steps.cache-toolchain.outputs.cache-hit != 'true'
- name: Save toolchain
if: steps.cache-toolchain.outputs.cache-hit != 'true'