Skip to content

Commit

Permalink
Install all necessary bevy deps on ubuntu in the github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
varoonp123 committed Apr 20, 2024
1 parent 15424a8 commit 9b36347
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ jobs:
- name: ⬇️ Checkout
uses: actions/checkout@v3

- name: 🧰 Install dependencies [Ubuntu]
- name: 🧰 Install Bevy dependencies [Ubuntu]
if: matrix.config.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y -q \
libasound2-dev \
libudev-dev
set -euxo pipefail
sudo apt update && sudo apt upgrade && sudo apt install -y lld g++ pkg-config libx11-dev libasound2-dev libudev-dev
- name: 🦀 Setup Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 9b36347

Please sign in to comment.