Skip to content

Commit

Permalink
More client fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Dec 26, 2023
1 parent f483d0b commit 823fd50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
- uses: actions/checkout@v2

- name: Install additional packages
run: apt-get update && apt-get install -y libx11-dev xfonts-base xfonts-utils make automake gcc g++ linux-headers-amd64
run: apt-get update && apt-get install -y curl libx11-dev xfonts-base xfonts-utils make automake gcc g++ linux-headers-amd64

- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
source $HOME/.cargo/env
- name: Build
Expand All @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v2

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

- name: Install Rust
run: |
Expand Down

0 comments on commit 823fd50

Please sign in to comment.