Skip to content

Commit

Permalink
Add libx11-dev, to create /include/X11, which is dumb, but X11 checks…
Browse files Browse the repository at this point in the history
… for it. Might not hurt anything?
  • Loading branch information
wasabii committed Apr 4, 2024
1 parent a39b95e commit 72d4687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ikvm-native-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
gcc g++ \
ninja-build zip unzip curl wget \
help2man bison flex libtool libtool-bin patch libstdc++6 rsync git meson xutils-dev xz-utils texinfo symlinks \
autopoint gettext gperf expat
autopoint gettext gperf expat \
libx11-dev
- name: Build
if: steps.dist-linux-stamp.outputs.files_exists != 'true'
run: linux/build.sh ${{ matrix.rid }} && touch dist/${{ matrix.rid }}/stamp
Expand Down

0 comments on commit 72d4687

Please sign in to comment.