diff options
author | Paul Spooren <mail@aparcar.org> | 2023-04-22 11:35:03 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2023-04-25 16:57:47 +0200 |
commit | b76a0c4607e20402237346ddaa462325b6fc3605 (patch) | |
tree | ab5c2747299e5cbe6952be291f5979dc960d4470 /.github | |
parent | c9da8b0fd95303fa98f56104c2013f5c380b65a8 (diff) |
Update build-openwrt.yml to use snapshot explicitly
Consciously use the (unstable) snapshot tag.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-openwrt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index c3ac1af15..7f30aed80 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 |