Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Nov 15, 2023
1 parent 0f93d21 commit 12a77e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/Validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,14 @@ jobs:

- if: runner.os == 'Linux'
run: |
sudo apt-get -y install libxrandr-dev
sudo apt update -y
sudo apt install -y libasound2-dev libjack-jackd2-dev \
ladspa-sdk \
libcurl4-openssl-dev \
libfreetype6-dev \
libx11-dev libxcomposite-dev libxcursor-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev \
libwebkit2gtk-4.0-dev \
libglu1-mesa-dev mesa-common-dev
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 12a77e8

Please sign in to comment.