Skip to content

Commit

Permalink
Use Arch image directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Saancreed committed Oct 13, 2022
1 parent 2a9d40a commit c7bdad6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ jobs:
build-arch:
name: Build on Arch
runs-on: ubuntu-latest
container: archlinux:base-devel
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
echo -e '\n\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >> /etc/pacman.conf
pacman-key --init
pacman -Syu --needed --noconfirm mingw-w64-gcc meson ninja wine
- name: Build
uses: Joshua-Ashton/arch-mingw-github-action@v8
with:
command: |
export DESTDIR="${PWD}"
./build.sh --install
run: |
export DESTDIR="${PWD}"
./build.sh --install
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c7bdad6

Please sign in to comment.