Try moving dependency installation into its own action
This commit is contained in:
parent
8a78c8a6b8
commit
8f7d09318a
2 changed files with 12 additions and 3 deletions
|
@ -28,8 +28,6 @@ jobs:
|
|||
with:
|
||||
components: clippy
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install libasound2-dev libudev-dev libwayland-dev
|
||||
run: ./.forgejo/actions/install-system-libraries
|
||||
- name: Run Clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue