From 37280f99664cf976fbd068376f802ae928af0a7e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 24 Aug 2020 17:34:20 +0200 Subject: [PATCH] Updated names of steps * .github/workflows/linux.yml: --- .github/workflows/linux.yml | 4 ++-- 1 file 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 -- 2.11.4.GIT