forked from Mad-Star-Studio/Starlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9b7a55
commit 5d1b5bc
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,12 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Install system dependencies | ||
run: sudo apt-get install -y libasound2-dev libudev-dev | ||
- name: Cache build artifacts | ||
uses: actions/[email protected] | ||
with: | ||
path: | | ||
key: "Rust build cache" | ||
**/target | ||
- name: Build | ||
run: cargo build --verbose | ||
- name: Run tests | ||
|