From 3822537056383173e981980c4414fd75295a784d Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 30 Dec 2021 10:31:34 +0100 Subject: [PATCH] :construction_worker: add CI step for ICPC --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2d102a3e9..b684de499 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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