Skip to content

Commit

Permalink
👷 (ci): WORKAROUND - Fix USE_HAL_JPEG_REGISTER_CALLBACKS issues
Browse files Browse the repository at this point in the history
This commit is a workaround to correctly defined
USE_HAL_JPEG_REGISTER_CALLBACKS while we wait for

> ARMmbed/mbed-os#14351

to be merge into master.

The commit can be dropped if 14351 is merged before
feature/images_and_animations
  • Loading branch information
ladislas committed Mar 30, 2021
1 parent 9fb5378 commit 86ab0e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
run: |
make mbed_curl
- name: WORKAROUND - Fix USE_HAL_JPEG_REGISTER_CALLBACKS
run: |
sed -i '' -e 's/JPEG_REGISTER_CALLBACKS 0U/JPEG_REGISTER_CALLBACKS 1U/g' extern/mbed-os/targets/TARGET_STM/TARGET_STM32F7/STM32Cube_FW/stm32f7xx_hal_conf.h
- name: Config build system
run: |
make config TARGET_BOARD=${{ matrix.custom_target }}
Expand Down

0 comments on commit 86ab0e1

Please sign in to comment.