Skip to content

Commit b613cf8

Browse files
authored
Update ci-build-upload-binaries.yml
add cargo features for all
1 parent 6f66986 commit b613cf8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci-build-upload-binaries.yml

-8
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
required: true
99
default: false
1010
type: boolean
11-
enable_wireguard:
12-
description: "Add --features wireguard"
13-
required: true
14-
default: false
15-
type: boolean
1611
enable_deb:
1712
description: "True to enable cargo-deb installation and .deb package building"
1813
required: false
@@ -70,9 +65,6 @@ jobs:
7065
- name: Set CARGO_FEATURES
7166
run: |
7267
echo 'CARGO_FEATURES=--features wireguard' >> $GITHUB_ENV
73-
if: >
74-
github.event_name == 'schedule' ||
75-
(github.event_name == 'workflow_dispatch' && inputs.enable_wireguard == true)
7668
7769
- name: Install Rust stable
7870
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)