Skip to content

Commit

Permalink
use correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
hellow554 committed Sep 24, 2023
1 parent 68a47d4 commit 49b5c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Stable Cargo
uses: actions-rs/cargo@v1
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
Expand Down

0 comments on commit 49b5c64

Please sign in to comment.