summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 1dbd4f51af..32c1a8c15e 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -36,8 +36,7 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install libraries with chocolatey
run: |
- choco install --no-progress openssl
- choco install --no-progress winflexbison3 --version=2.5.18.20190508
+ choco install --no-progress openssl winflexbison3
- name: git config
run: |
git config --global core.autocrlf false