Skip to content

Commit

Permalink
feat(ci): Enable multilib for builds
Browse files Browse the repository at this point in the history
Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Oct 23, 2023
1 parent 736c999 commit 8d20e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:

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

0 comments on commit 8d20e79

Please sign in to comment.