diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index df0cc13..b109fa9 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -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 \ No newline at end of file