Skip to content

Commit

Permalink
unit-test: install toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 7, 2023
1 parent a8772f6 commit 44544be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ jobs:
- name: Install dependencies
run: |
dnf install -y $DNF_PACKAGES
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v2

- name: Test
Expand Down

0 comments on commit 44544be

Please sign in to comment.