Skip to content

Commit

Permalink
add dependancy for glfw
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 21, 2024
1 parent c457a69 commit fa148e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-dep-glfw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v3

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

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

0 comments on commit fa148e6

Please sign in to comment.