We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2203448 commit 23ebcc0Copy full SHA for 23ebcc0
.github/workflows/firmware.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
buildroot:
10
- if: github.repository == 'openipc/msposd'
+ #if: github.repository == 'openipc/msposd'
11
name: Firmware
12
runs-on: ubuntu-latest
13
strategy:
@@ -36,4 +36,5 @@ jobs:
36
run: |
37
git clone https://github.com/openipc/firmware --depth=1
38
cd firmware
39
+ echo make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd
40
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd
0 commit comments