Skip to content

Commit 38b6e8e

Browse files
committed
add features for windows build
1 parent 88ba5f7 commit 38b6e8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deployment.yml

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
if: contains(matrix.os, 'windows')
4343
run: cargo install --force cargo-wix
4444

45+
- name: Set CARGO_FEATURES environment variable (Windows)
46+
if: contains(matrix.os, 'windows')
47+
run: |
48+
echo "CARGO_FEATURES=self_update" >> $env:GITHUB_ENV
49+
4550
- name: Build
4651
run: cargo build --features self_update --release
4752

0 commit comments

Comments
 (0)