diff options
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d99f9dfd9ff..2856b86302c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -176,7 +176,6 @@ jobs: shell: pwsh - name: create $ACE_ROOT/bin/MakeProjectCreator/config/default.features run: | - echo "ipv6=1" | out-file -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 }} |