feat: git-based nightly versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user