Skip to content

Commit

Permalink
Update to C++23 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Oct 29, 2023
1 parent 0e06aef commit 6da15be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-mingw.yml
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: "Build"
env:
INCLUDE: C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\include
LIB: C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\lib
INCLUDE: C:\mingw64\x86_64-w64-mingw32\include
LIB: C:\mingw64\x86_64-w64-mingw32\lib
run: |
cd build
./mingw.bat

0 comments on commit 6da15be

Please sign in to comment.