diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e7643bbaa6a0..af43787141d7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -821,7 +821,12 @@ jobs: - name: Build id: cmake_build - run: examples/sycl/win-build-sycl.bat + run: | + mkdir build + cd build + @call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force + cmake -G "MinGW Makefiles" .. -DLLAMA_SYCL=ON -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icx -DCMAKE_BUILD_TYPE=Release + make -j - name: Determine tag name id: tag