Update nym-release-publish.yml

This commit is contained in:
Mark Sinclair
2022-09-21 12:39:46 +01:00
committed by GitHub
parent 6f013a3efb
commit 5d4da4e200
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Sets env vars for tokio if set in manual dispatch inputs
run: |
echo 'RUSTFLAGS="--cfg tokio_unstable"' >> $GITHUB_ENV
echo 'RUSTFLAGS=--cfg tokio_unstable' >> $GITHUB_ENV
if: github.event_name == 'workflow_dispatch' && inputs.add_tokio_unstable == true
- name: Install Rust stable