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 ef8f03c commit cf03291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
sudo apt-get -y install \
libxkbcommon-dev \
xorg-dev
- name: Configure Project
- name: Setup Project
run: meson setup build --buildtype=${{ matrix.buildtype }}
env:
CC: gcc
- name: Compile Project
run: meson compile -C build
# - name: Run Tests
# run: meson test -C build -v
# - name: Upload Test Log
Expand Down

0 comments on commit cf03291

Please sign in to comment.