We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc28fc commit 2c6c9afCopy full SHA for 2c6c9af
.github/workflows/linux.yml
@@ -178,9 +178,10 @@ jobs:
178
uses: xom9ikk/dotenv@v2
179
with:
180
path: .github/workflows
181
- - name: ⬇️ Install intel-oneapi
182
- run: apt install --no-install-recommends -y intel-oneapi-compiler-dpcpp-cpp
183
- name: 🔧 Configure
+ env:
+ CC: icx
184
+ CXX: icpx
185
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
186
- name: ⚙️ Build
187
run: cmake --build ${{ env.CMAKE_BINARY_PREFIX }} --config ${{ env.CMAKE_BUILD_TYPE }} --parallel ${{ env.CMAKE_NUMBER_JOBS }}
0 commit comments