Skip to content

Commit b45eb16

Browse files
authoredAug 5, 2024··
Update ci-build-upload-binaries.yml
1 parent f8523dc commit b45eb16

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
 

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

+1-9
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
@@ -42,7 +37,7 @@ jobs:
4237
strategy:
4338
fail-fast: false
4439
matrix:
45-
platform: [ubuntu-20.04]
40+
platform: [ ubuntu-20.04 ]
4641

4742
runs-on: ${{ matrix.platform }}
4843
env:
@@ -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)
Please sign in to comment.