Update publish-nym-binaries.yml

add wireguard to builds
This commit is contained in:
Tommy Verrall
2024-07-30 11:27:50 +02:00
committed by GitHub
parent 6f669866e9
commit b9c775c3ae
@@ -51,6 +51,10 @@ jobs:
echo 'RUSTFLAGS="--cfg tokio_unstable"' >> $GITHUB_ENV
if: github.event_name == 'workflow_dispatch' && inputs.add_tokio_unstable == true
- name: Set CARGO_FEATURES
run: |
echo 'CARGO_FEATURES=--features wireguard' >> $GITHUB_ENV
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with: