Set RUST_BACKTRACE env var
This commit is contained in:
parent
7c32fe3ab0
commit
b19605201b
|
@ -13,6 +13,7 @@ name: Render and deploy Book to Netlify
|
|||
|
||||
env:
|
||||
isExtPR: ${{ github.event.pull_request.head.repo.fork == true }}
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
|
|
Loading…
Reference in New Issue