Skip to content

Commit

Permalink
use plain openipc build
Browse files Browse the repository at this point in the history
  • Loading branch information
henkwiedig committed Nov 14, 2024
1 parent 2518001 commit 88012d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
env:
MSPOSD_VERSION: ${{ env.COMMIT_SHA }}
run: |
#git clone https://github.com/openipc/firmware --depth=1
git clone --branch fix-msposd-issues-19 https://github.com/henkwiedig/firmware.git --depth=1
git clone https://github.com/openipc/firmware --depth=1
cd firmware
sed -i "s/openipc/${GITHUB_REPOSITORY%/*}/" general/package/msposd/msposd.mk
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd-dirclean
make BOARD=${{matrix.platform}}_${{matrix.release}} MSPOSD_VERSION=${MSPOSD_VERSION} br-msposd

0 comments on commit 88012d9

Please sign in to comment.