Add missing env variables to deploy workflow

This commit is contained in:
Patrick Förster 2022-06-12 15:57:27 +02:00
parent 42f6767143
commit f6429a7c55

View file

@ -2,6 +2,12 @@ name: Deployment
on:
release:
types: [published]
env:
CARGO_INCREMENTAL: 0
CI: 1
RUST_BACKTRACE: short
RUSTFLAGS: "-D warnings"
RUSTUP_MAX_RETRIES: 10
jobs:
github:
name: GitHub (${{ matrix.os }}, ${{ matrix.target }})