Skip to content

Commit

Permalink
add: 初始化工具链
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 17, 2024
1 parent a4b181e commit da82155
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 @@ -45,6 +45,8 @@ jobs:

- name: Rust setup
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target.name }}

- name: Rust cache
uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit da82155

Please sign in to comment.