Skip to content

Commit

Permalink
Update ubuntu-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Nov 28, 2024
1 parent e2d9487 commit dc27378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "fe_version=${fe_version}" >> $GITHUB_OUTPUT
- name: Install Linux Dependencies
if: runner.targetos == 'linux-x86'
if: matrix.platform.targetos == 'linux-x86'
run: |
sudo apt-get update
sudo apt-get install pkgconf libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libavformat-dev libfontconfig1-dev libfreetype6-dev libswscale-dev libswresample-dev libarchive-dev libjpeg-dev libglu1-mesa-dev libegl1-mesa-dev libdrm-dev libcurl4-gnutls-dev libboost-system-dev libboost-filesystem-dev
Expand Down

0 comments on commit dc27378

Please sign in to comment.