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
|
- arch: aarch64
|
||||||
name: Build for ${{ matrix.info.arch }}
|
name: Build for ${{ matrix.info.arch }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Meow
|
||||||
|
run: echo "
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build package
|
- name: Build package
|
||||||
|
@ -33,7 +35,7 @@ jobs:
|
||||||
arch: ${{ matrix.info.arch }}
|
arch: ${{ matrix.info.arch }}
|
||||||
src: ${{github.workspace}}
|
src: ${{github.workspace}}
|
||||||
- name: Print new packages
|
- name: Print new packages
|
||||||
run: echo "${{steps.build.outputs.packages}}" "
|
run: echo "${{steps.build.outputs.packages}}"
|
||||||
clean-aports:
|
clean-aports:
|
||||||
needs: build
|
needs: build
|
||||||
name: Prepare pmaports
|
name: Prepare pmaports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue