Skip to content

Commit

Permalink
.github/workflows: fix workflow to use a fixed OpenWrt revision
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Richard <[email protected]>
  • Loading branch information
thom24 committed Jun 7, 2024
1 parent 7934de1 commit 423e147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openwrt-feed-st.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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 ]
steps:
- uses: actions/checkout@v4
with:
repository: openwrt/openwrt
ref: master
ref: ${{ env.openwrt_version }}
path: openwrt
- name: Install dependencies
run: |
Expand Down

0 comments on commit 423e147

Please sign in to comment.