From b54c253b2991eb81a6d9925b33d3e36f84afe1b0 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Wed, 1 Nov 2023 22:14:18 +0900 Subject: [PATCH] change mingw version to latest --- .github/workflows/mingw.yml | 5 +---- src/bind/bindedfunc.hpp | 1 + src/core/rcparser.hpp | 1 + src/core/version.hpp | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 9de8fa12..c514f3af 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -42,10 +42,7 @@ jobs: - name: Setup Dependencies shell: powershell run: | - choco install -y mingw --version=11.2.0.07112021 - - - name: Export chocolatey - run: export PATH=C:\\ProgramData\\chocolatey\\bin:$PATH + choco install -y mingw - name: Cache Libraries uses: actions/cache@v2 diff --git a/src/bind/bindedfunc.hpp b/src/bind/bindedfunc.hpp index c9f89740..96e0961a 100644 --- a/src/bind/bindedfunc.hpp +++ b/src/bind/bindedfunc.hpp @@ -1,6 +1,7 @@ #ifndef _BINDED_FUNC_HPP #define _BINDED_FUNC_HPP +#include #include #include diff --git a/src/core/rcparser.hpp b/src/core/rcparser.hpp index 639aadee..44ed226b 100644 --- a/src/core/rcparser.hpp +++ b/src/core/rcparser.hpp @@ -4,6 +4,7 @@ #include "mode.hpp" #include "util/type_traits.hpp" +#include #include #include diff --git a/src/core/version.hpp b/src/core/version.hpp index f6c589c9..e361b839 100644 --- a/src/core/version.hpp +++ b/src/core/version.hpp @@ -1,6 +1,6 @@ #ifndef _VERSION_HPP #define _VERSION_HPP -#define WIN_VIND_VERSION "5.4.0.1" +#define WIN_VIND_VERSION "5.5.0.0" #endif