fix(ci): Stop using nightly to build Debian packages
This commit is contained in:
parent
38ecc41780
commit
d72192aa32
1 changed files with 1 additions and 2 deletions
|
|
@ -59,10 +59,9 @@ jobs:
|
|||
# Aggressive GC since cache restores don't increment counter
|
||||
echo "CARGO_INCREMENTAL_GC_TRIGGER=5" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Rust nightly
|
||||
- name: Setup Rust
|
||||
uses: ./.forgejo/actions/setup-rust
|
||||
with:
|
||||
rust-version: nightly
|
||||
github-token: ${{ secrets.GH_PUBLIC_RO }}
|
||||
|
||||
- name: Get package version and component
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue