From cbc59655d22bbb953aa206832f4b0aca46f6579e Mon Sep 17 00:00:00 2001 From: ado Date: Thu, 25 Feb 2021 21:37:18 +0100 Subject: [PATCH] try icc win ci --- .github/workflows/win-icc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-icc.yml b/.github/workflows/win-icc.yml index c700bb6..ad7e0ad 100644 --- a/.github/workflows/win-icc.yml +++ b/.github/workflows/win-icc.yml @@ -54,7 +54,7 @@ jobs: run: script/ci_install_deps.sh - name: Setup icc - script/ci_win_setup_icc.bat + run: script/ci_win_setup_icc.bat - name: Configure run: CXX=dpcpp && cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug