Skip to content

Commit

Permalink
fix install or xorg-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 21, 2024
1 parent 781e4eb commit 1e7b499
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: apt update
run: sudo apt-get update

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

Expand Down

0 comments on commit 1e7b499

Please sign in to comment.