Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-22 21:05:20 +00:00
parent b83330dcd5
commit 2fe70fa33c
-3
View File
@@ -16,9 +16,6 @@ jobs:
echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Link the workdir into /buildroot # for script compatability with the old builder.
run: |
ln -vfs ${{ gitea.workspace }} /buildroot
- name: Build the package - name: Build the package
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}