.gitea/workflows/publish-deb: use nightly rust toolchain
Build and test / check (push) Successful in 1m12s
Build and test / docs (push) Successful in 3m50s
Build and test / build (push) Successful in 1m42s
Build and test / test (push) Successful in 2m6s

This commit is contained in:
2026-07-26 18:45:55 +09:00
parent 3cc4fb8f4d
commit 35fe97baa7
+3 -2
View File
@@ -17,10 +17,11 @@ on:
description: "Whether to build the package with stable rust"
type: choice
options:
- stable
# NOTE: we are using unstable features
# - stable
- nightly
- beta
default: stable
default: nightly
env:
BINSTALL_DISABLE_TELEMETRY: 'true'