commit 97c4af12ae1de078939da954b3a6cf04402c4284
parent 199a86a2dc87f0ef35b5de7305ecab3d1e08ad56
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 7 Aug 2024 17:26:45 +0200
Fix typo
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -38,7 +38,8 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
- sudo apt-get install
+ sudo apt-get install \
+ meson pkg-config
- name: Install macOS dependencies
if: runner.os == 'macOS'