Skip to content

Add strategy matrix for toolchain and different OSs with caching #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
asd
  • Loading branch information
John15321 committed Sep 6, 2022
commit 8f6b0ea9e2852c41fd4a6d44e7717807f53fd237
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: 🖋 Check linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check linting
run: |
rustup component add clippy
Expand Down