Skip to content

Commit

Permalink
patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Dec 18, 2023
1 parent 51c229b commit 1cd7d4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
submodules: recursive
- run: |
echo "CROSS_COMPILE=mips-linux-gnu-" >> $GITHUB_ENV
- name: patch lv_drivers
- working-directory: ./lv_drivers
- run: |
git apply ../patches/0001-lv_driver_fb_ioctls.patch
- name: patch fmt in spdlog
- working-directory: ./spdlog
- run: |
git apply ../patches/0002-spdlog_fmt_initializer_list.patch
- name: make wpaclient
run: make wpaclient
- name: make libhv
Expand Down

0 comments on commit 1cd7d4b

Please sign in to comment.