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'