We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186cbf6 commit a5c0275Copy full SHA for a5c0275
.github/workflows/assets.yaml
@@ -5,7 +5,7 @@ on:
5
name: Release
6
env:
7
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
8
- GYP_MSVS_OVERRIDE_PATH: C:/Program Files/Microsoft Visual Studio/2022/Enterprise
+ WINDOWSSDKDIR: 'C:/Program Files (x86)/Windows Kits/10/'
9
UPLOAD_DIR: ${{ github.workspace }}/assets
10
jobs:
11
build:
src/lib.rs
@@ -112,7 +112,7 @@ pub mod sys;
112
#[cfg(all(not(feature = "sys"), not(target_os = "windows")))]
113
mod sys;
114
115
-#[cfg(all(not(feature = "sys"), target_os = "windows"))]
+#[cfg(target_os = "windows")]
116
mod win_sys;
117
#[cfg(all(not(feature = "sys"), target_os = "windows"))]
118
use win_sys as sys;
0 commit comments