mirror of
https://github.com/house-of-vanity/tmux-helper.git
synced 2026-02-04 09:47:59 +00:00
Add env to workflow.
This commit is contained in:
2
.github/workflows/push-build.yml
vendored
2
.github/workflows/push-build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user