summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-11-06 12:02:45 +0100
committerGitHub <noreply@github.com>2019-11-06 12:02:45 +0100
commit32b98807d2ed3d770d85a7950388f5aef60b18c1 (patch)
tree13cd896c21ea41ec20384c31a3914596a35b2857 /.github
parentf31f7859506bad9469ec2414a60165688c6f91e5 (diff)
downloadATCD-32b98807d2ed3d770d85a7950388f5aef60b18c1.tar.gz
Update ccpp.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 4ef292c7da5..7a31941ba8c 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -8,7 +8,7 @@ jobs:
env:
ACE_ROOT: ${{ github.workspace }}/ACE
TAO_ROOT: ${{ github.workspace }}/TAO
- MPC_ROOT: ${{ github.workspace }}/MPC
+ MPC_ROOT: ${{ github.workspace }}/../MPC
steps:
- name: checkout ACE/TAO
@@ -23,11 +23,11 @@ jobs:
run: |
echo ${env:ACE_ROOT}
echo ${env:GITHUB_WORKSPACE}
- '#include "ace/config-win32.h"' > ACE/ace/config.h
+ '#include "ace/config-win32.h"' > ${env:ACE_ROOT}/ace/config.h
shell: pwsh
- name: create $ACE_ROOT/include/makeinclude/platform_macros.GNU
run: |
- 'include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' > ${env:GITHUB_WORKSPACE}/ACE/include/makeinclude/platform_macros.GNU
+ 'include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
shell: pwsh
- name: Run mwc.pl on $(TAO_ROOT)/TAO_ACE.mwc
run: |