Skip to content

Commit

Permalink
Fix typos + add ci-... invocation with subtarget
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Jul 28, 2023
1 parent 6c1e40c commit 9b672d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9b672d6

Please sign in to comment.