summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 13:46:04 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-24 13:46:04 +0200
commit79860e3fa02e7c6f05164eaa4c1d217c3288b35e (patch)
tree6aac5629c92c3544bf83ed187eb5f2325a4ee419
parentc44151ba0d92b672629e0261540241be373ac44a (diff)
downloadATCD-79860e3fa02e7c6f05164eaa4c1d217c3288b35e.tar.gz
Add missing shell
* .github/workflows/linux.yml:
-rw-r--r--.github/workflows/linux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 27ca697d997..c6bfe121335 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -146,6 +146,7 @@ jobs:
- name: add optional optional macros
run: |
'${{ matrix.optional_macros }}' >> ${env:ACE_ROOT}/include/makeinclude/platform_macros.GNU
+ shell: pwsh
if: matrix.optional_macros != ''
- name: create $ACE_ROOT/bin/MakeProjectCreator/config/default.features
run: |