👷 add CI step for ICPC

This commit is contained in:
Niels Lohmann 2021-12-30 10:31:34 +01:00
parent e40843f4cf
commit 3822537056
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -108,7 +108,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: environment
run: source /opt/intel/oneapi/setvars.sh
run: . /opt/intel/oneapi/setvars.sh
- name: cmake
run: cmake -S . -B build -DJSON_CI=On
- name: build