Set RUST_BACKTRACE env var

This commit is contained in:
Hadley Wickham 2022-06-08 11:22:11 -05:00
parent 7c32fe3ab0
commit b19605201b
1 changed files with 1 additions and 0 deletions

View File

@ -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: