Update build-openwrt.yml to use snapshot explicitly

Consciously use the (unstable) snapshot tag.
This commit is contained in:
Paul Spooren
2023-04-22 11:35:03 +02:00
committed by Toni
parent c9da8b0fd9
commit b76a0c4607

View File

@@ -59,7 +59,7 @@ jobs:
- name: Build - name: Build
uses: openwrt/gh-action-sdk@main uses: openwrt/gh-action-sdk@main
env: env:
ARCH: ${{ matrix.arch }} ARCH: ${{ matrix.arch }}-snapshot
FEED_DIR: ${{ github.workspace }}/packages/openwrt FEED_DIR: ${{ github.workspace }}/packages/openwrt
FEEDNAME: ndpid_openwrt_packages_ci FEEDNAME: ndpid_openwrt_packages_ci
PACKAGES: nDPId-testing PACKAGES: nDPId-testing