Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher31 authored Feb 17, 2025
1 parent 73eaf7e commit 9b55da4
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 @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: deps
run: sudo apt-get update && sudo apt-get install -y meson cmake libx11-dev
run: sudo apt-get update && sudo apt-get install -y meson cmake libx11-dev libxext-dev
- name: configure
run: meson setup -Dprefix=/ build
- name: compile
Expand Down

0 comments on commit 9b55da4

Please sign in to comment.