Skip to content

Commit

Permalink
github please
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Feb 16, 2022
1 parent 2ae3078 commit b16bbd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Continuous Integration ${{ matrix.target_name }} ${{ matrix.toolset_name }} ${{ matrix.build_type }}
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
build_type: [Debug, Release]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/whip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
name: Build

runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion src/game_api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ target_precompile_headers(spel2_api PRIVATE
<sol/sol.hpp>
<d3d11.h>)
target_link_libraries(spel2_api PRIVATE overlunky_warnings)
target_compile_options(spel2_api PRIVATE /Zm1000)
target_compile_options(spel2_api PRIVATE /Zm80)
if (MSVC)
target_compile_options(spel2_api PRIVATE /bigobj)
endif()

0 comments on commit b16bbd1

Please sign in to comment.