diff --git a/.github/workflows/build-client.yml b/.github/workflows/build-client.yml index 0d547e0..c6556f7 100644 --- a/.github/workflows/build-client.yml +++ b/.github/workflows/build-client.yml @@ -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 @@ -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: |