Skip to content

Commit 7282812

Browse files
committed
Fix CI
1 parent a32b058 commit 7282812

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
contents: write
112112
steps:
113113
- uses: actions/checkout@v4
114+
- uses: dtolnay/rust-toolchain@stable
114115

115116
- name: Publish Crate (Dry Run)
116117
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --dry-run

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: dtolnay/rust-toolchain@stable
1213

1314
- name: Publish Crate
1415
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)