Skip to content

Commit

Permalink
Add patch for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpute committed Jan 12, 2024
1 parent a70eb90 commit df8686c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .github/workflows/remove_dev_deps.patch
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
override: true
- name: Change dependency versions
run: git apply .github/workflows/change_version.patch
- name: Remove dev-deps for MSRV
run: git apply .github/workflows/remove_dev_deps.patch
- uses: actions-rs/cargo@v1
with:
command: check
Expand Down

0 comments on commit df8686c

Please sign in to comment.