mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Updated GitHub Actions setup
- Switch to Windows 2022 runner - Install v140 toolset via Chocolatey (for some reasons trying to add related components to VS2022 would hang the workflow.)
This commit is contained in:
@@ -22,7 +22,7 @@ on:
|
||||
jobs:
|
||||
Build:
|
||||
name: sfall
|
||||
runs-on: windows-2019
|
||||
runs-on: windows-2022
|
||||
steps:
|
||||
|
||||
- name: Clone sfall
|
||||
|
||||
Reference in New Issue
Block a user