We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872e189 commit e99ea6aCopy full SHA for e99ea6a
2 files changed
.github/workflows/cmake-build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: windows-latest
+ runs-on: windows-2022
14
15
steps:
16
- name: Checkout repository
@@ -21,8 +21,11 @@ jobs:
21
with:
22
cmake-version: '3.21.3'
23
24
+ - name: Install ninja
25
+ run: choco install ninja
26
+
27
- name: Configure with CMake
- run: cmake -S . -B build -G "Visual Studio 17 2022"
28
+ run: cmake -S . -B build -G Ninja -T ClangCL
29
30
- name: Build with MSVC
31
run: cmake --build build --config MinSizeRel
libs/discord-rpc
@@ -0,0 +1 @@
1
+Subproject commit 963aa9f3e5ce81a4682c6ca3d136cddda614db33
0 commit comments