From face5055881b72d334fd07e939b90f0fdd77f24f Mon Sep 17 00:00:00 2001 From: Jason Couture Date: Tue, 30 Jan 2024 12:11:00 -0500 Subject: [PATCH] Fix syntax error in CLBLAST if statement --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1546c130..fc0e0a33 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -109,7 +109,7 @@ jobs: repository: ggerganov/llama.cpp - name: Download dependencies - Windows id: get_opencl - if: ${{ matrix.os == "windows-latest' }} + if: ${{ matrix.os == 'windows-latest' }} run: | curl.exe -o $env:RUNNER_TEMP/opencl.zip -L "https://github.com/KhronosGroup/OpenCL-SDK/releases/download/v${env:OPENCL_VERSION}/OpenCL-SDK-v${env:OPENCL_VERSION}-Win-x64.zip" mkdir $env:RUNNER_TEMP/opencl