Enable intel toolchain CI

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
This commit is contained in:
Cristian Le 2023-05-10 10:33:24 +02:00
parent d3fee3c0ae
commit e5508ac4a3
Failed to extract signature

View File

@ -23,7 +23,7 @@ jobs:
needs: [ pre-commit ] needs: [ pre-commit ]
strategy: strategy:
matrix: matrix:
toolchain: [ gcc, llvm ] toolchain: [ gcc, llvm, intel ]
json_version: [ v3.11.2, v3.8.0 ] json_version: [ v3.11.2, v3.8.0 ]
env: env:
NLOHMANN_JSON_VERSION: ${{ matrix.json_version }} NLOHMANN_JSON_VERSION: ${{ matrix.json_version }}