Skip to content

Commit

Permalink
change mingw version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Nov 1, 2023
1 parent a1306ca commit b54c253
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/bind/bindedfunc.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _BINDED_FUNC_HPP
#define _BINDED_FUNC_HPP

#include <cstdint>
#include <memory>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions src/core/rcparser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "mode.hpp"
#include "util/type_traits.hpp"

#include <cstdint>
#include <string>
#include <utility>

Expand Down
2 changes: 1 addition & 1 deletion src/core/version.hpp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b54c253

Please sign in to comment.