Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix toolchain
  • Loading branch information
mateuszaaa committed Aug 9, 2021
commit 36b60d4e95d87111eb2e4f0e680354ba1f7ce7da
4 changes: 2 additions & 2 deletions .github/workflows/mangata-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
toolchain: nightly-x86_64-unknown-linux-gnu
toolchain: nightly-2020-10-01
command: check
- name: Test cargo check
uses: actions-rs/cargo@v1
with:
toolchain: nightly-x86_64-unknown-linux-gnu
toolchain: nightly-2020-10-01
command: test