Skip to content

Commit

Permalink
install xorg-dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 21, 2024
1 parent 4a6e83c commit 0e25fa8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-dep-glfw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install xrandr
run: sudo apt-get install -y libxrandr-dev

- name: install xrandr
run: sudo apt-get install -y libxinerama-dev
- name: install xorg-dev
run: sudo apt-get install -y xorg-dev

- name: Run build script
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
Expand Down

0 comments on commit 0e25fa8

Please sign in to comment.