fix: Remove link to /home/autobuild

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

View File

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