Skip to content

Commit e99ea6a

Browse files
committed
update github actions
1 parent 872e189 commit e99ea6a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/cmake-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: windows-latest
13+
runs-on: windows-2022
1414

1515
steps:
1616
- name: Checkout repository
@@ -21,8 +21,11 @@ jobs:
2121
with:
2222
cmake-version: '3.21.3'
2323

24+
- name: Install ninja
25+
run: choco install ninja
26+
2427
- name: Configure with CMake
25-
run: cmake -S . -B build -G "Visual Studio 17 2022"
28+
run: cmake -S . -B build -G Ninja -T ClangCL
2629

2730
- name: Build with MSVC
2831
run: cmake --build build --config MinSizeRel

libs/discord-rpc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 963aa9f3e5ce81a4682c6ca3d136cddda614db33

0 commit comments

Comments
 (0)