Add env to workflow.

This commit is contained in:
Alexandr Bogomyakov
2019-12-04 14:30:43 +03:00
parent 8cdaf4628b
commit f96467272b
2 changed files with 6 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose --release
env:
RUST_BACKTRACE: 1
- name: Strip
run: strip target/release/tmux-helper