Test
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
c2f8aa9ba5
commit
a5b4a52686
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ jobs:
|
|||
- arch: aarch64
|
||||
name: Build for ${{ matrix.info.arch }}
|
||||
steps:
|
||||
- name: Meow
|
||||
run: echo "
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Build package
|
||||
|
@ -33,7 +35,7 @@ jobs:
|
|||
arch: ${{ matrix.info.arch }}
|
||||
src: ${{github.workspace}}
|
||||
- name: Print new packages
|
||||
run: echo "${{steps.build.outputs.packages}}" "
|
||||
run: echo "${{steps.build.outputs.packages}}"
|
||||
clean-aports:
|
||||
needs: build
|
||||
name: Prepare pmaports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue