build: correct path to rust toolchain action
Some checks failed
Rust / build (push) Successful in 2m34s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Failing after 17s

This commit is contained in:
Paul Campbell 2024-08-04 13:47:25 +01:00
parent 5534160aaf
commit 2156780a3d

View file

@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: https://git.kemitix.net/kemitix/release-plz-action@dev
with: