summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 17:34:20 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 17:34:20 +0200
commit37280f99664cf976fbd068376f802ae928af0a7e (patch)
treecda13f5786fff36e77a5074942e022780a016969 /.github
parentc1d01ce02ae81bc47e88fdaa46c8aa0b67bed81e (diff)
downloadATCD-37280f99664cf976fbd068376f802ae928af0a7e.tar.gz
Updated names of steps
* .github/workflows/linux.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 92c8dae6d36..fba3cd47194 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -134,7 +134,7 @@ jobs:
run: |
'#include "ace/config-linux.h"' > ${env:ACE_ROOT}/ace/config.h
shell: pwsh
- - name: extend $ACE_ROOT/include/makeinclude/platform_macros.GNU
+ - name: create $ACE_ROOT/include/makeinclude/platform_macros.GNU
run: |
'ipv6=1' > ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
'xerces3=1' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
@@ -145,7 +145,7 @@ jobs:
'${{ matrix.optional_macros }}' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
shell: pwsh
if: matrix.optional_macros != ''
- - name: create $ACE_ROOT/include/makeinclude/platform_macros.GNU
+ - name: extend $ACE_ROOT/include/makeinclude/platform_macros.GNU
run: |
'${{ matrix.platform_file }}' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
shell: pwsh