Skip to content
Snippets Groups Projects
Unverified Commit b45eb167 authored by Tommy Verrall's avatar Tommy Verrall Committed by GitHub
Browse files

Update ci-build-upload-binaries.yml

parent f8523dc7
Branches release/2024.9-topdeck-pre-develop-merge
Tags nym-binaries-v2024.9-topdeck
No related merge requests found
......@@ -8,11 +8,6 @@ on:
required: true
default: false
type: boolean
enable_wireguard:
description: "Add --features wireguard"
required: true
default: false
type: boolean
enable_deb:
description: "True to enable cargo-deb installation and .deb package building"
required: false
......@@ -70,9 +65,6 @@ jobs:
- name: Set CARGO_FEATURES
run: |
echo 'CARGO_FEATURES=--features wireguard' >> $GITHUB_ENV
if: >
github.event_name == 'schedule' ||
(github.event_name == 'workflow_dispatch' && inputs.enable_wireguard == true)
- name: Install Rust stable
uses: actions-rs/toolchain@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment