From 423e1470a635f06bbf10e76ded3ad923672c1659 Mon Sep 17 00:00:00 2001 From: Thomas Richard Date: Fri, 7 Jun 2024 14:06:03 +0200 Subject: [PATCH] .github/workflows: fix workflow to use a fixed OpenWrt revision Signed-off-by: Thomas Richard --- .github/workflows/openwrt-feed-st.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openwrt-feed-st.yml b/.github/workflows/openwrt-feed-st.yml index c7bd87f8..eb9be500 100644 --- a/.github/workflows/openwrt-feed-st.yml +++ b/.github/workflows/openwrt-feed-st.yml @@ -3,7 +3,7 @@ jobs: build-all: runs-on: ubuntu-22.04 env: - openwrt_version: cffd3ad8d7 + openwrt_version: cffd3ad8d7cad2214d44695ad4f2405ea53a26c7 strategy: matrix: devices: [ stm32mp157f-dk2, stm32mp135f-dk, stm32mp157f-dk2-demo, stm32mp135f-dk-demo ] @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: repository: openwrt/openwrt - ref: master + ref: ${{ env.openwrt_version }} path: openwrt - name: Install dependencies run: |