Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Sep 24, 2023
1 parent 4906d26 commit 04287dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
profile: minimal
toolchain: 1.70.0

- name: Install build essentials
run: sudo apt-get update && sudo apt-get install -y build-essential

- name: Cache cargo registry
uses: actions/cache@v2
with:
Expand All @@ -37,3 +40,4 @@ jobs:
- name: Run Cargo Check
working-directory: ./m1
run: cargo check

0 comments on commit 04287dc

Please sign in to comment.