From da7667cbc41151aab3ab3727f9e93748f0b4f068 Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 24 Feb 2021 19:09:01 +0100 Subject: [PATCH] try ubuntu icc pipeline --- .github/workflows/ubuntu-latest-icc.yml | 6 +++--- .github/workflows/win-msys2-gcc.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index eb9b34e..ba25ab3 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -38,15 +38,15 @@ jobs: key: install-${{ env.LINUX_HPCKIT_URL }}-${{ env.LINUX_CPP_COMPONENTS_WEB }}-compiler-${{ hashFiles('**/scripts/cache_exclude_linux.sh') }} + - name: Install dependencies + run: script/ci_install_deps.sh + - name: Install icc run: script/ci_install_icc.sh $LINUX_HPCKIT_URL $LINUX_CPP_COMPONENTS_WEB - name: Setup icc run: source script/ci_setup_icc.sh - - name: Install dependencies - run: script/ci_install_deps.sh - - name: CMake run: echo "/host_usr_local/bin" >> $GITHUB_PATH diff --git a/.github/workflows/win-msys2-gcc.yml b/.github/workflows/win-msys2-gcc.yml index 8738bbd..e4c6795 100644 --- a/.github/workflows/win-msys2-gcc.yml +++ b/.github/workflows/win-msys2-gcc.yml @@ -46,7 +46,7 @@ jobs: mingw-w64-x86_64-gcc type: Debug - msystem: "MINGW32" - install: -> + install: >- git mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc type: Debug