Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Added build commands
  • Loading branch information
DMJC authored Apr 7, 2024
1 parent cba56a0 commit 1f65f53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends clang git make pkg-config meson libglib2.0-dev libjson-glib-dev libpurple-dev libpurple0 libjson-glib-1.0-0 libglib2.0-0
- name: make
run: |
meson setup build
cd build
ninja
- uses: actions/cache@v2
id: cache
with:
Expand Down

0 comments on commit 1f65f53

Please sign in to comment.