Skip to content

Commit

Permalink
system deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Aug 7, 2024
1 parent 5f551bb commit 336b551
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:

- name: Install dependencies
run: |
sudo apt install -y clang-format ninja-build
sudo apt install -y clang-format \
ninja-build \
extra-cmake-modules \
gettext
- name: Lint
run: |
Expand Down

0 comments on commit 336b551

Please sign in to comment.