Skip to content

Commit

Permalink
sync material server to client (#5)
Browse files Browse the repository at this point in the history
* sync material server to client
  • Loading branch information
raffaeleragni authored Jul 6, 2023
1 parent ddbf91c commit e4ae7fc
Show file tree
Hide file tree
Showing 9 changed files with 1,135 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/checkout@v3
- name: "Cache"
uses: Swatinem/rust-cache@v2
- name: "External dependencies"
run: sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev libudev-dev
- name: "Checks"
run: |
cargo fmt --check
Expand Down
Loading

0 comments on commit e4ae7fc

Please sign in to comment.