Skip to content

Commit

Permalink
fix(ci): Enable multilib correctly for wine et al.
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed May 22, 2024
1 parent 7e9825b commit 4b9e519
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 @@ -34,7 +34,7 @@ jobs:

- name: Update system and install dependencies
run: |
sed -i 's/#\[multilib\]/\[multilib\]/' /etc/pacman.conf
sed -z 's/\#\[multilib\]\n\#/\[multilib\]\n/' -i /etc/pacman.conf
pacman-key --init
pacman -Syu --noconfirm
pacman -S --noconfirm --needed git fd jq namcap eza ripgrep
Expand Down

0 comments on commit 4b9e519

Please sign in to comment.