From 6b014d22995a0bffe61b4f4ab85db5c9d76c7523 Mon Sep 17 00:00:00 2001 From: ballaswag Date: Mon, 18 Dec 2023 12:21:00 -0800 Subject: [PATCH] yaml. --- .github/workflows/build.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ecc3f8..e29917f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,20 +17,26 @@ jobs: submodules: recursive - run: | echo "CROSS_COMPILE=mips-linux-gnu-" >> $GITHUB_ENV + - name: patch lv_drivers - - working-directory: ./lv_drivers - - run: | + run: | git apply ../patches/0001-lv_driver_fb_ioctls.patch + working-directory: ./lv_drivers + - name: patch fmt in spdlog - - working-directory: ./spdlog - - run: | + run: | git apply ../patches/0002-spdlog_fmt_initializer_list.patch + working-directory: ./spdlog + - name: make wpaclient run: make wpaclient + - name: make libhv run: make libhv.a + - name: make guppyscreen run: make -j + - uses: actions/upload-artifact@v4 with: name: guppyscreen