Skip to content

Commit

Permalink
ci(win): fix oneapi path
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 15, 2024
1 parent 7749911 commit 6b4e3ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/win-ninja-icx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: win ninja icx

on:
push:
branches:
- develop
on: [push, pull_request]

jobs:
build:
Expand Down Expand Up @@ -34,6 +31,6 @@ jobs:
cd hdf5
mkdir build
cd build
cmake -G Ninja -DCMAKE_C_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/2023.2.0/windows/bin/icx.exe" -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF ..
cmake -G Ninja -DCMAKE_C_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/bin/icx.exe" -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF ..
ninja
ninja test

0 comments on commit 6b4e3ce

Please sign in to comment.