Skip to content

Commit

Permalink
Fix arch package
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Dec 26, 2023
1 parent aa77000 commit f483d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install additional packages
run: pacman -Syu --noconfirm libx11 xorg-fonts-misc xorg-fonts-alias xorg-mkfontscale make automake gcc linux-headers
run: pacman -Syu --noconfirm libx11 xorg-fonts-misc xorg-mkfontscale make automake gcc linux-headers

- name: Install Rust
run: |
Expand Down

0 comments on commit f483d0b

Please sign in to comment.