fix: Remove link to /home/autobuild
Some checks failed
Build system / Check codestyle (push) Successful in 32s
Build system / Build en_US system (push) Successful in 2m52s
Build system / Build ru_RU system (push) Has been cancelled

This commit is contained in:
Gleb Zaharov 2024-11-19 17:14:03 +03:00
parent d6c6c4c105
commit a1bf29db8e

View File

@ -109,14 +109,16 @@ jobs:
cd ${{ gitea.workspace }}
- run: |
ls -l /root/autobuild
rm /home/autobuild
mv /root/autobuild /home/autobuild
ls -l /home/autobuild
ls -l ${{ gitea.workspace }}
- name: Save toolchain
if: steps.cache-toolchain.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: /root/autobuild
path: /home/autobuild
key: ${{ runner.os }}-kolibri-toolchain--${{ gitea.sha }}
- name: Configure tup