Skip to content

Commit

Permalink
Add backtrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 11, 2023
1 parent a0ce7f9 commit 1a2da55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
include:
- target: aarch64-unknown-linux-gnu
host: buildjet-4vcpu-ubuntu-2204-arm
host: buildjet-8vcpu-ubuntu-2204-arm
ext: ""

- target: x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -62,6 +62,8 @@ jobs:
run: |
rustup target add ${{ matrix.target }}
cargo build --release --target ${{ matrix.target }}
env:
RUST_BACKTRACE: 1
- name: Rename binary
run: mv ./target/${{ matrix.target }}/release/proto${{ matrix.ext }} ./proto-${{ matrix.target }}${{ matrix.ext }}
# Canary
Expand Down

0 comments on commit 1a2da55

Please sign in to comment.