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 88ba5f7 commit 38b6e8eCopy full SHA for 38b6e8e
.github/workflows/deployment.yml
@@ -42,6 +42,11 @@ jobs:
42
if: contains(matrix.os, 'windows')
43
run: cargo install --force cargo-wix
44
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
+
50
- name: Build
51
run: cargo build --features self_update --release
52
0 commit comments