mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
Set to specific MSVC version
This is due to some changes in 14.40 causing issues for some players
This commit is contained in:
parent
220b7a1bf7
commit
8e1d9ee17e
2 changed files with 4 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
submodules: 'true'
|
||||
- name: Setup msvc
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
toolset: 14.39
|
||||
- name: Configure cmake
|
||||
run: cmake -G "Ninja" -DCMAKE_BUILD_TYPE:STRING="${{ env.BUILD_PROFILE }}"
|
||||
- name: Setup resource file version
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -20,6 +20,8 @@ jobs:
|
|||
submodules: 'true'
|
||||
- name: Setup msvc
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
toolset: 14.39
|
||||
- name: Configure cmake
|
||||
run: cmake -G "Ninja" -DCMAKE_BUILD_TYPE:STRING="Release"
|
||||
- name: Setup resource file version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue