From c0ef691889e10cedb27f162806443f5031ce7582 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 7 Aug 2023 01:21:05 +0200 Subject: [PATCH] Update ci workflows --- .github/workflows/ubuntu-latest-clang.yml | 2 +- .github/workflows/ubuntu-latest-gcc.yml | 2 +- .github/workflows/ubuntu-latest-icc.yml | 4 ++-- .github/workflows/win-msvc.yml | 2 +- .github/workflows/win-msys2-clang.yml | 2 +- .github/workflows/win-msys2-gcc.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ubuntu-latest-clang.yml b/.github/workflows/ubuntu-latest-clang.yml index 55cad8a..c48b309 100644 --- a/.github/workflows/ubuntu-latest-clang.yml +++ b/.github/workflows/ubuntu-latest-clang.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest - name: Clang ${{matrix.version}}: ${{matrix.type}} + name: "Clang ${{matrix.version}}: ${{matrix.type}}" container: image: teeks99/clang-ubuntu:${{matrix.version}} diff --git a/.github/workflows/ubuntu-latest-gcc.yml b/.github/workflows/ubuntu-latest-gcc.yml index 0adcdd3..8cc83f2 100644 --- a/.github/workflows/ubuntu-latest-gcc.yml +++ b/.github/workflows/ubuntu-latest-gcc.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest - name: GCC ${{matrix.version}}: ${{matrix.type}} + name: "GCC ${{matrix.version}}: ${{matrix.type}}" container: image: gcc:${{matrix.version}} diff --git a/.github/workflows/ubuntu-latest-icc.yml b/.github/workflows/ubuntu-latest-icc.yml index fe02c9e..9bbcce2 100644 --- a/.github/workflows/ubuntu-latest-icc.yml +++ b/.github/workflows/ubuntu-latest-icc.yml @@ -17,8 +17,8 @@ on: env: URL_BASE: https://registrationcenter-download.intel.com/akdlm/irc_nas/17431 - LINUX_BASEKIT_URL: ${env.URL_BASE}/l_BaseKit_p_2021.1.0.2659_offline.sh - LINUX_HPCKIT_URL: ${env.URL_BASE}/l_HPCKit_p_2021.1.0.2684_offline.sh + LINUX_BASEKIT_URL: ${{env.URL_BASE}}/l_BaseKit_p_2021.1.0.2659_offline.sh + LINUX_HPCKIT_URL: ${{env.URL_BASE}}/l_HPCKit_p_2021.1.0.2684_offline.sh jobs: icc_tests: diff --git a/.github/workflows/win-msvc.yml b/.github/workflows/win-msvc.yml index 5f3d89b..9225249 100644 --- a/.github/workflows/win-msvc.yml +++ b/.github/workflows/win-msvc.yml @@ -40,7 +40,7 @@ jobs: build: [Debug, Release] platform: [Win32, x64] - name: ${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}} + name: "${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}}" steps: - name: checkout diff --git a/.github/workflows/win-msys2-clang.yml b/.github/workflows/win-msys2-clang.yml index 68c59eb..dfdf134 100644 --- a/.github/workflows/win-msys2-clang.yml +++ b/.github/workflows/win-msys2-clang.yml @@ -21,7 +21,7 @@ jobs: ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip github]') - name: ${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}} + name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}" runs-on: ${{matrix.os}} diff --git a/.github/workflows/win-msys2-gcc.yml b/.github/workflows/win-msys2-gcc.yml index a30077a..7cd4406 100644 --- a/.github/workflows/win-msys2-gcc.yml +++ b/.github/workflows/win-msys2-gcc.yml @@ -21,7 +21,7 @@ jobs: ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip github]') - name: ${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}} + name: "${{matrix.msystem}}: ${{matrix.os}}: ${{matrix.type}}" runs-on: ${{matrix.os}}