fix: Remove link to /home/autobuild
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user