Skip to content

Commit 84bba50

Browse files
committed
fix
1 parent d4e5f08 commit 84bba50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/br-external-stm32mp1.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-all:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
1313
config: [dongshanpiseven_core_defconfig,dongshanpiseven_standard-aiot_defconfig]
@@ -18,8 +18,8 @@ jobs:
1818

1919
- uses: actions/checkout@v4
2020
with:
21-
repository: SoCXin/buildroot
22-
ref: st/2021.02
21+
repository: DongshanPI/Buildroot-ST
22+
ref: master
2323
path: buildroot
2424

2525
- name: Install buildroot dependencies

0 commit comments

Comments
 (0)