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