From 9b672d6ac15da581622991e1a7c052b3fea149c3 Mon Sep 17 00:00:00 2001 From: Mikhail Yakshin Date: Thu, 20 Jul 2023 10:00:39 +0100 Subject: [PATCH] Fix typos + add ci-... invocation with subtarget --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 341157b4..25912e82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,10 @@ jobs: matrix: tsv: - target: cpp_stl - subtraget: _98 + subtarget: _98 implementation: msvc142 - target: cpp_stl - subtraget: _11 + subtarget: _11 implementation: msvc142 - target: csharp implementation: net48 @@ -45,7 +45,7 @@ jobs: GH_HTML_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID} run: | cd tests - ./ci-$TARGET + ./ci-$TARGET$SUBTARGET shell: bash - name: publish env: