From 981b6617822dadc40246a6c70194d02dfc12e4c6 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 5 Apr 2024 20:50:58 +0300 Subject: [PATCH] CI: add tomlplusplus --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05a5431..52b6153 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: run: | sed -i 's/SigLevel = Required DatabaseOptional/SigLevel = Optional TrustAll/' /etc/pacman.conf pacman --noconfirm --noprogressbar -Syyu - pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang cairo librsvg git libzip + pacman --noconfirm --noprogressbar -Sy gcc base-devel cmake clang cairo librsvg git libzip tomlplusplus - name: Install hyprlang run: |