Skip to content

Commit

Permalink
Update c.yml
Browse files Browse the repository at this point in the history
milgra authored Nov 6, 2023
1 parent 8fba36f commit 5beff04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: prepare deps
run: sudo apt install -y meson ninja-build pkg-config libpng-dev libfreetype-dev libgl-dev libegl-dev libglew-dev libwayland-dev libxkbcommon-dev wayland-protocols libgles2-mesa-dev
- name: configure
run: meson setup build --buildtype=debug -Db_sanitize=address -Db_lundef=false
- name: make

0 comments on commit 5beff04

Please sign in to comment.