Skip to content

Commit

Permalink
fix(workflows): linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Aug 28, 2023
1 parent 9c8a437 commit d9319be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Build
jobs:
build-linux:
runs-on: ubuntu-latest
container: archlinux
container: greyltc/archlinux-aur
strategy:
fail-fast: false
matrix:
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Install build dependencies
run: "pacman --noconfirm -Syu base-devel cmake gcc git make qt5-base qt5-webchannel qt5-webengine yarn saucer-cli-git"
run: "pacman --noconfirm -Syu base-devel cmake gcc git make qt5-base qt5-webchannel qt5-webengine yarn && aur-install saucer-cli-git"

- name: Build Frontend
run: >
Expand Down

0 comments on commit d9319be

Please sign in to comment.