.gitea/workflows/publish-deb: use nightly rust toolchain
This commit is contained in:
@@ -17,10 +17,11 @@ on:
|
|||||||
description: "Whether to build the package with stable rust"
|
description: "Whether to build the package with stable rust"
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- stable
|
# NOTE: we are using unstable features
|
||||||
|
# - stable
|
||||||
- nightly
|
- nightly
|
||||||
- beta
|
- beta
|
||||||
default: stable
|
default: nightly
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BINSTALL_DISABLE_TELEMETRY: 'true'
|
BINSTALL_DISABLE_TELEMETRY: 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user