Skip to content

Commit

Permalink
GitHub: Install X.org support libs in Ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
dcommander committed Sep 6, 2023
1 parent 716ffe4 commit 3c821c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up build
run: |
sudo apt install -y libxi-dev
sudo apt install -y libxi-dev xserver-xorg-dev
mkdir $HOME/libjpeg-turbo-deb
pushd $HOME/libjpeg-turbo-deb
wget --no-check-certificate $LJT_URL/libjpeg-turbo-official_$LJT_VERSION\_amd64.deb $LJT_URL/libjpeg-turbo-official32_$LJT_VERSION\_amd64.deb
Expand Down

0 comments on commit 3c821c7

Please sign in to comment.