From c870fbe521fcae2eac9c9cad198e9c727e66aaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:57:56 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdc3cc6..eee6038 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,9 +33,10 @@ jobs: if [[ "$RUNNER_OS" == "Linux" ]]; then sudo apt install opencl-headers ocl-icd-opencl-dev fi - if [ $BUILD_OS == "macOS" ]; then - # FIXME - fi + # FIXME + # if [[ "$RUNNER_OS" == "macOS" ]]; then + # + # fi - name: Build shell: bash id: build