Skip to content

Commit

Permalink
replace by source
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed Mar 26, 2024
1 parent 654178c commit c5fce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ jobs:
run: |
mkdir build
cd build
@call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
source "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
Expand Down

0 comments on commit c5fce00

Please sign in to comment.