mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 20:57:55 +00:00
Set CARGO_INCREMENTAL=0 for CI builds.
This commit is contained in:
parent
640a0f348e
commit
2e65c5baa9
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -7,6 +7,9 @@ on:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user