summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-21 21:52:04 +0200
committerGitHub <noreply@github.com>2020-08-21 21:52:04 +0200
commit237db0a3e73058fb2941e100eff157190a3cef89 (patch)
treee742bfbd2eb098c2877b2ed6132dc3a622d74f92
parentd8d6a3ade3658fb0c47cbf65ac7bd20b0516b1d7 (diff)
downloadATCD-237db0a3e73058fb2941e100eff157190a3cef89.tar.gz
Update windows.yml
-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 551ef2bb38a..e33b97e0963 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -111,7 +111,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 }}