Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Aug 6, 2024
1 parent 2705974 commit 8589f87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
vulkan-use-cache: true
- name: Install dependencies
run: python -m pip install meson==${{ matrix.meson_version }} ninja
- name: Install dependencies for Linux
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -y install \
xorg-dev
- name: Configure Project
run: meson setup build --buildtype=${{ matrix.buildtype }}
env:
Expand Down

0 comments on commit 8589f87

Please sign in to comment.