👷 add CI step for ICPC
This commit is contained in:
parent
e40843f4cf
commit
3822537056
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: environment
|
- name: environment
|
||||||
run: source /opt/intel/oneapi/setvars.sh
|
run: . /opt/intel/oneapi/setvars.sh
|
||||||
- name: cmake
|
- name: cmake
|
||||||
run: cmake -S . -B build -DJSON_CI=On
|
run: cmake -S . -B build -DJSON_CI=On
|
||||||
- name: build
|
- name: build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user