Remove inih dependency from CI builds

This commit is contained in:
Martin Lund 2024-05-02 23:44:26 +02:00
parent 0e9dbcbc77
commit 22bcfdc29f
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
brew install meson ninja inih lua
brew install meson ninja lua
- name: Build
run: |