Skip to content

Commit

Permalink
Ci test (#113)
Browse files Browse the repository at this point in the history
add rust-src to the github action using rusttoolchain
  • Loading branch information
ozgunozerk authored Feb 8, 2024
1 parent ef004ae commit bbb66b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cargo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ jobs:

- name: install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Add required rustup component
run: rustup component add rust-src
with:
components: rust-src

- name: Install toml-sort
run: cargo install --git https://github.com/4meta5/toml_sort
Expand Down

0 comments on commit bbb66b5

Please sign in to comment.