Skip to content

Commit

Permalink
fix(ci): Add dependency
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Feb 29, 2024
1 parent 8dbcc7c commit a392c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sed -i 's/#\[multilib\]/\[multilib\]/' /etc/pacman.conf
pacman-key --init
pacman -Syu --noconfirm
pacman -S --noconfirm --needed git fd jq namcap eza
pacman -S --noconfirm --needed git fd jq namcap eza ripgrep
- name: Create user to run makepkg
run: |
Expand Down

0 comments on commit a392c9d

Please sign in to comment.