Skip to content

Commit

Permalink
Fix rust toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Nov 28, 2023
1 parent 98c4c48 commit 1362bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install stable
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
- name: Setup environment
run: docker compose up -d
- name: cargo test --locked
Expand Down

0 comments on commit 1362bc4

Please sign in to comment.