CI: enable_pcon is now the default, so remove it

This commit is contained in:
Christoph Reiter 2022-10-08 14:08:16 +02:00
parent 77bf792da5
commit 469aa0a8fc

View File

@ -13,9 +13,6 @@ jobs:
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master'}}
runs-on: windows-2022
env:
MSYS: enable_pcon
steps:
- uses: actions/checkout@v3
with: