forked from KolibriOS/kolibrios
fix: Remove link to /home/autobuild
This commit is contained in:
parent
d6c6c4c105
commit
a1bf29db8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user