feat: git-based nightly versions

This commit is contained in:
2026-08-07 23:20:42 -04:00
parent 673a11b320
commit 28d63c14e3
11 changed files with 62 additions and 7 deletions
+2
View File
@@ -13,6 +13,7 @@ jobs:
permissions:
contents: write
env:
CARGO_TARGET_DIR: /opt/cargo-target/${{ gitea.repository }}
API: ${{ gitea.server_url }}/api/v1/repos/${{ gitea.repository }}
TOKEN: ${{ secrets.GITEA_TOKEN }}
TAG: nightly
@@ -21,6 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Install the pinned toolchain
run: pixi install