Skip to content

Commit

Permalink
fix: set vs_toolset version
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Oct 2, 2023
1 parent 0b77549 commit 843c368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci_xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
xmake-version: '2.8.2'

- name: Configure
run: xmake config -y --mode=${{ matrix.mode }}
run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.37

- name: Build
run: xmake build -y -vD
4 changes: 2 additions & 2 deletions CommonLibSF/include/SFSE/Impl/PCH.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <climits>
#include <cstdint>
#include <limits>
//#include <stdfloat>
#include <stdfloat>

// Error handling
#include <cassert>
Expand Down Expand Up @@ -109,7 +109,7 @@
#include <iostream>
#include <istream>
#include <ostream>
//#include <print>
#include <print>
#include <spanstream>
#include <sstream>
#include <streambuf>
Expand Down

0 comments on commit 843c368

Please sign in to comment.