From b76a0c4607e20402237346ddaa462325b6fc3605 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sat, 22 Apr 2023 11:35:03 +0200 Subject: [PATCH] Update build-openwrt.yml to use snapshot explicitly Consciously use the (unstable) snapshot tag. --- .github/workflows/build-openwrt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index c3ac1af1..7f30aed8 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -59,7 +59,7 @@ jobs: - name: Build uses: openwrt/gh-action-sdk@main env: - ARCH: ${{ matrix.arch }} + ARCH: ${{ matrix.arch }}-snapshot FEED_DIR: ${{ github.workspace }}/packages/openwrt FEEDNAME: ndpid_openwrt_packages_ci PACKAGES: nDPId-testing