From 275836d76b5cc0fefa21dc4cc46bac2d7b3d3c2e Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 18 May 2023 17:05:18 +0200 Subject: [PATCH] Install Apt --- .gitea/workflows/test.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index c5ee05e..8f01d83 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -6,12 +6,6 @@ on: jobs: build_firmware: - needs: changed - strategy: - fail-fast: false - matrix: - # Read back changd targets to create build matrix - target: ath79-generic runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -28,18 +22,18 @@ jobs: run: apt-get -y install git subversion build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils - name: Build - run: contrib/actions/run-build.sh ${{ matrix.target }} + run: contrib/actions/run-build.sh mediatek-mt7622 working-directory: gluon - name: Archive build logs if: ${{ !cancelled() }} uses: actions/upload-artifact@v3 with: - name: ${{ matrix.target }}_logs + name: mediatek-mt7622_logs path: openwrt/logs - name: Archive build output uses: actions/upload-artifact@v3 with: - name: ${{ matrix.target }}_output + name: mediatek-mt7622_output path: output