Skip to content

Commit

Permalink
Merge #510
Browse files Browse the repository at this point in the history
510: `CI`: Don't install MacOS dependency which is included by default r=Urhengulas a=Urhengulas

Slightly improves the CI time.

Co-authored-by: Johann Hemmann <[email protected]>
  • Loading branch information
bors[bot] and Urhengulas authored Jun 16, 2021
2 parents 19f92c5 + 7cab1fc commit 4513554
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "!book/src/**"
schedule:
# runs 1 min after 2 or 1 AM (summer/winter) berlin time
- cron: '1 0 * * *'
- cron: "1 0 * * *"

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -42,9 +42,6 @@ jobs:
- name: Install C libraries for tooling on ubuntu
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update && sudo apt-get install libudev-dev libusb-1.0-0-dev
- name: Install C libraries for tooling on macOS
if: matrix.os == 'macOS-latest'
run: brew install libusb
- name: Check that all crates that can be compiled for the host build, check that defmt compiles with different features, run all unit tests on the host
run: cargo xtask -d test-host

Expand Down

0 comments on commit 4513554

Please sign in to comment.