From 35fe97baa795d1564c79b013d8a36ee01698f47b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 26 Jul 2026 18:45:55 +0900 Subject: [PATCH] .gitea/workflows/publish-deb: use nightly rust toolchain --- .gitea/workflows/publish-deb.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-deb.yml b/.gitea/workflows/publish-deb.yml index 5794a26..2207027 100644 --- a/.gitea/workflows/publish-deb.yml +++ b/.gitea/workflows/publish-deb.yml @@ -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'