Skip to content

Commit

Permalink
use raw cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed Mar 26, 2024
1 parent 11a64f8 commit 654178c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 654178c

Please sign in to comment.