Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Jul 8, 2024
1 parent dcc28fc commit 2c6c9af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,10 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: .github/workflows
- name: ⬇️ Install intel-oneapi
run: apt install --no-install-recommends -y intel-oneapi-compiler-dpcpp-cpp
- name: 🔧 Configure
env:
CC: icx
CXX: icpx
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
- name: ⚙️ Build
run: cmake --build ${{ env.CMAKE_BINARY_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }} --parallel ${{ env.CMAKE_NUMBER_JOBS }}
Expand Down

0 comments on commit 2c6c9af

Please sign in to comment.