summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-02-01 13:30:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-02-01 13:30:29 +0100
commitda51580f0aabc1032696b9e40fd5cbc6f1d9bd4b (patch)
tree8452b49392c8f26ad481853169aef0592415ea44 /.github
parent37124c9fd8f0412445f69dbae44759bd0f07ad10 (diff)
downloadATCD-da51580f0aabc1032696b9e40fd5cbc6f1d9bd4b.tar.gz
Also pass OptionalMpcArgs when generation the project for IDL_Test
* .github/workflows/windows.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index a0a539549b1..6ebeb797333 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -173,7 +173,7 @@ jobs:
shell: pwsh
- name: Run mwc.pl on $(TAO_ROOT)/tests/IDL_Test
run: |
- perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/tests/IDL_Test -workers 4
+ perl ${env:ACE_ROOT}/bin/mwc.pl -type ${{ matrix.mpctype }} ${env:TAO_ROOT}/tests/IDL_Test -workers 4 ${{ matrix.OptionalMpcArgs }}
shell: pwsh
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1