summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-22 10:51:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-22 10:51:51 +0200
commit9c3067dab2857ef321efca5d9b258e0ba86f7e55 (patch)
tree9b506ab39ef8c96759a4798b14c1747f988d6a3d
parenta117a953486e1c9639b1b73780912a8ef3be87af (diff)
parent237db0a3e73058fb2941e100eff157190a3cef89 (diff)
downloadATCD-9c3067dab2857ef321efca5d9b258e0ba86f7e55.tar.gz
Merge branch 'jwi-githubactionwindows' of https://github.com/jwillemsen/ATCD into jwi-githubactionwindows
-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 14d8b45dec2..2beeca00bcf 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -112,7 +112,7 @@ jobs:
echo "ipv6=1" | out-file -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features
echo "xerces3=1" | out-file -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features
echo "ssl=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features
- echo "openssl=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features
+ echo "openssl11=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features
echo "versioned_namespace=1" | out-file -append -encoding ASCII ${env:ACE_ROOT}/bin/MakeProjectCreator/config/default.features
shell: pwsh
- name: Add optional features ${{ matrix.OptionalFeatures }}