Skip to content

Commit

Permalink
fix: set toolchain in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nponsard committed Aug 31, 2023
1 parent e1965b1 commit 637a2ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable

- name: install cargo-license
run: cargo install cargo-license

Expand Down

0 comments on commit 637a2ce

Please sign in to comment.