From 9986b839595d4f1eff250ff0143ab1455dea2857 Mon Sep 17 00:00:00 2001 From: Petr Štetiar Date: Fri, 26 May 2023 15:38:50 +0200 Subject: ci: unbreak failing builds by using fixed gh-actions-openwrt-ci-sdk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SDK containers hosted under `openwrtorg` Docker organization were deprecated so lets use fixed action which uses new `openwrt` organization. References: https://lists.openwrt.org/pipermail/openwrt-devel/2023-March/040728.html Signed-off-by: Petr Štetiar --- .github/workflows/openwrt-ci-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/openwrt-ci-master.yml') diff --git a/.github/workflows/openwrt-ci-master.yml b/.github/workflows/openwrt-ci-master.yml index 77f2bfc..49385b4 100644 --- a/.github/workflows/openwrt-ci-master.yml +++ b/.github/workflows/openwrt-ci-master.yml @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v2 - name: Out of tree build with OpenWrt ${{ matrix.sdk_platform }} SDK - uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.1 + uses: ynezz/gh-actions-openwrt-ci-sdk@v0.0.2 env: CI_TARGET_SDK_RELEASE: master CI_TARGET_SDK_IMAGE: ${{ matrix.sdk_platform }} -- cgit v1.2.3