diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-03-24 09:17:27 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-24 09:17:30 +0100 |
commit | b1355832a05f96d96081044a90b4c9137eb15fad (patch) | |
tree | 58e6fc069a7c29a775a8ad84da85b877bebe7b83 /.github | |
parent | 2c9c48582209a97e2e3ce9452e4cb15e9820886c (diff) |
ci: use openwrt/gh-action-sdk@v4
In order to use feeds from GH mirror for GH actions, thus saving a lot
of resources being wasted. While at it fix whitespace issue.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/multi-arch-test-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 548100791..3aa71c26b 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -22,7 +22,7 @@ jobs: - arch: mips_24kc target: ath79-generic runtime_test: false - + - arch: mipsel_24kc target: mt7621 runtime_test: false @@ -87,7 +87,7 @@ jobs: echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV - name: Build - uses: openwrt/gh-action-sdk@v3 + uses: openwrt/gh-action-sdk@v4 env: ARCH: ${{ matrix.arch }}-${{ env.BRANCH }} FEEDNAME: packages_ci |