aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorMathijs van Veluw <[email protected]>2024-10-06 13:49:00 +0200
committerGitHub <[email protected]>2024-10-06 13:49:00 +0200
commitf0efec7c9623fab4ba3c2b53cba724e4e6a8a739 (patch)
tree20f51bc1c7618ac7c0795a00597ac1d19150de03 /.github/workflows/build.yml
parent040e2a7bb0f2cc5012d46ca99283cf21fa06ed1a (diff)
downloadvaultwarden-f0efec7c9623fab4ba3c2b53cba724e4e6a8a739.tar.gz
vaultwarden-f0efec7c9623fab4ba3c2b53cba724e4e6a8a739.zip
Fix compiling for Windows targets (#5053)
The `unix::signal` was also included during Windows compilations. This of course will not work. Fix this by only including it for `unix` targets. Also changed all other conditional compilation options to use `cfg(unix)` instead of `cfg(not(windows))`. The latter may also include `wasm` for example, or any other future target family. This way we will only match `unix` Fixes #5052
Diffstat (limited to '.github/workflows/build.yml')
0 files changed, 0 insertions, 0 deletions