Skip to content

Commit 23ebcc0

Browse files
committed
testbuild
1 parent 2203448 commit 23ebcc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/firmware.yml

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

88
jobs:
99
buildroot:
10-
if: github.repository == 'openipc/msposd'
10+
#if: github.repository == 'openipc/msposd'
1111
name: Firmware
1212
runs-on: ubuntu-latest
1313
strategy:
@@ -36,4 +36,5 @@ jobs:
3636
run: |
3737
git clone https://github.com/openipc/firmware --depth=1
3838
cd firmware
39+
echo make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd
3940
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd

0 commit comments

Comments
 (0)