Skip to content

Commit

Permalink
fix: last try for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 25, 2023
1 parent 4e70dc7 commit dbb8355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/silabs-firmware-build-zwave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
echo "POST_BUILD_EXE = $PWD/${{ inputs.firmware_name }}/postbuild.sh"
sed -i "s/^C_DEFS\s*=.*$/C_DEFS = ${{ inputs.extra_c_defs }}/" \
"${{ inputs.project_name }}.Makefile"
sed -i 's#^POST_BUILD_EXE_LINUX = .*$#POST_BUILD_EXE_LINUX = echo DONE#' \
sed -i 's#^POST_BUILD_EXE_LINUX = .*$#POST_BUILD_EXE_LINUX = true#' \
"${{ inputs.project_name }}.Makefile"
- name: Build Firmware
Expand Down

0 comments on commit dbb8355

Please sign in to comment.