Skip to content

Commit 7ab6af5

Browse files
authored
Merge pull request #620 from light-curve/ci-fix-tag-check
Add Rust toolchain setup to publish workflow
2 parents 61b7379 + 110dea2 commit 7ab6af5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v6
18+
- name: Set up Rust toolchain
19+
uses: dtolnay/rust-toolchain@master
20+
with:
21+
toolchain: stable
22+
components: cargo
1823
- name: Check Cargo.toml version vs Git tag
1924
if: startsWith(github.ref, 'refs/tags/v')
2025
working-directory: ./light-curve

0 commit comments

Comments
 (0)