From 898a1294b669ce413a9e3eba2844ebd86c78b971 Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Sun, 17 Mar 2024 14:36:54 +0800 Subject: [PATCH] Update github_action.yml --- .github/workflows/github_action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github_action.yml b/.github/workflows/github_action.yml index 48e981cc..4f0837d7 100644 --- a/.github/workflows/github_action.yml +++ b/.github/workflows/github_action.yml @@ -39,6 +39,8 @@ jobs: # TODO: remove this disabled option. It was added due to libpng error: # libpng warning: Application built with libpng-1.4.12 but running with 1.6.42 PENGUINV_ENABLE_PNG_SUPPORT: OFF + # TODO: OpenCL does not work on macOS out of the box. Find a proper way to do it. + PENGUINV_BUILD_UNIT_TEST_OPENCL: OFF python_on_windows: runs-on: windows-latest strategy: