ci: Use openwrt/gh-action-sdk@v5
authorJeffery To <jeffery.to@gmail.com>
Tue, 31 May 2022 07:02:04 +0000 (15:02 +0800)
committerNick Hainke <vincent@systemli.org>
Wed, 1 Jun 2022 06:24:57 +0000 (08:24 +0200)
The previous build errors with v5 have been fixed. This version builds
packages as a normal user instead of as root.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
.github/workflows/multi-arch-test-build.yml

index 3e3a742064045baabd3221af1d636d53e1dbf51f..7ee4ee939e50c8b226e00fdcac4e5480a9a01128 100644 (file)
@@ -83,7 +83,7 @@ jobs:
           echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
 
       - name: Build
-        uses: openwrt/gh-action-sdk@v4
+        uses: openwrt/gh-action-sdk@v5
         env:
           ARCH: ${{ matrix.arch }}-${{ env.BRANCH }}
           FEEDNAME: packages_ci