Skip to content

Commit

Permalink
CI: add tomlplusplus
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Apr 5, 2024
1 parent 08fbf37 commit 981b661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 981b661

Please sign in to comment.