Skip to content

Commit 3e623d8

Browse files
authored
Merge branch 'main' into RPi-4B-BCM2711
2 parents 7f99773 + b1c238c commit 3e623d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-rpi-baremetal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Install apt dependencies
2626
run: apt-get -qq update && apt-get -qq -y install make llvm
27-
28-
- name: Build ${{ matrix.example.name }}
27+
28+
- name: Build ${{ matrix.example }}
2929
run: |
30-
cd ${{ matrix.example.name }}
30+
cd ${{ matrix.example }}
3131
make

0 commit comments

Comments
 (0)