mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-24 19:44:13 +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*'
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_INCREMENTAL: 0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user