Skip to content

Commit

Permalink
drop me
Browse files Browse the repository at this point in the history
  • Loading branch information
henkwiedig committed Nov 12, 2024
1 parent 4d42ad7 commit f0141df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
env:
MSPOSD_VERSION: ${{ env.COMMIT_SHA }}
run: |
git clone https://github.com/openipc/firmware --depth=1
#git clone https://github.com/openipc/firmware --depth=1
git clone --branch fix-msposd-issues-19 https://github.com/henkwiedig/firmware.git --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

0 comments on commit f0141df

Please sign in to comment.