diff options
author | Nobuyoshi Nakada <[email protected]> | 2021-02-02 15:54:07 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2021-02-02 16:12:16 +0900 |
commit | b03aa7dcd73a55c4b76600830a90bd0bc725d5a3 (patch) | |
tree | 8bec0b30ca9273b19a696379ce2af512ad55ec6d | |
parent | e350b32837a824279e9dbba09139f6d0e4a4be0f (diff) |
Use the lateset winflexbison3
The installation script fault seems fixed at 2.5.23.20200904.
-rw-r--r-- | .github/workflows/windows.yml | 3 |
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 |