Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing committed Dec 13, 2023
1 parent 5a51eca commit 5599f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
- name: apt install
run: sudo apt update && sudo apt install -y libgoogle-glog-dev libgtk-3-dev libglib2.0-dev libjsoncpp-dev g++ meson xvfb libsigc++-2.0-dev appstream
- name: meson
run: meson setup build
run: |
meson --version
meson setup build
env:
CXX: ${{ matrix.compiler }}
- name: build
Expand Down

0 comments on commit 5599f23

Please sign in to comment.