Skip to content

Commit 2c6c9af

Browse files
authored
Update linux.yml
1 parent dcc28fc commit 2c6c9af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ jobs:
178178
uses: xom9ikk/dotenv@v2
179179
with:
180180
path: .github/workflows
181-
- name: ⬇️ Install intel-oneapi
182-
run: apt install --no-install-recommends -y intel-oneapi-compiler-dpcpp-cpp
183181
- name: 🔧 Configure
182+
env:
183+
CC: icx
184+
CXX: icpx
184185
run: cmake -S ${{ env.CMAKE_SOURCE_PREFIX }} -B ${{ env.CMAKE_BINARY_PREFIX }} -D CMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -D CMAKE_CXX_STANDARD=${{ matrix.standard }} -D CMAKE_INSTALL_PREFIX=${{ env.CMAKE_INSTALL_PREFIX }} -D CPPTERMINAL_ENABLE_DOCS=OFF
185186
- name: ⚙️ Build
186187
run: cmake --build ${{ env.CMAKE_BINARY_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }} --parallel ${{ env.CMAKE_NUMBER_JOBS }}

0 commit comments

Comments
 (0)