Skip to content

Commit

Permalink
Add bevy dependencies to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cadyn committed Nov 10, 2023
1 parent f387e77 commit e9a88c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Install bevy dependencies
run: sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev
- name: Check out
uses: actions/checkout@v3
- name: Set up cargo cache
Expand Down

0 comments on commit e9a88c9

Please sign in to comment.