From 42acea30712d994b3ead036cf3ae5792d435d8ea Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 30 Dec 2021 11:08:27 +0100 Subject: [PATCH] :construction_worker: add CI step for ICPC --- .github/workflows/ubuntu.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b684de499..db9db11ac 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -107,9 +107,9 @@ jobs: container: ghcr.io/nlohmann/json-ci:v2.2.0 steps: - uses: actions/checkout@v2 - - name: environment - run: . /opt/intel/oneapi/setvars.sh - name: cmake run: cmake -S . -B build -DJSON_CI=On - name: build - run: cmake --build build --target ci_icpc + run: > + . /opt/intel/oneapi/setvars.sh + cmake --build build --target ci_icpc