mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Add missing env variables to deploy workflow
This commit is contained in:
parent
42f6767143
commit
f6429a7c55
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -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 }})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue