Skip to content

Fix CI for ubuntu, arch #5

Fix CI for ubuntu, arch

Fix CI for ubuntu, arch #5

Workflow file for this run

name: Wine Arch Linux CI
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
container: archlinux:latest
steps:
- uses: actions/checkout@v4
- name: Compilation
run: |
echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
pacman -Syu --noconfirm base-devel sudo
cd wine-tkg-git
sed -i 's/pkgname=wine-tkg/pkgname=wine-xiv/' non-makepkg-build.sh
echo '_ci_build="true"' >> customization.cfg
touch tarplz
yes|./non-makepkg-build.sh
- name: Archive the artifacts
uses: actions/upload-artifact@v4
with:
name: wine-xiv-arch
path: wine-tkg-git/non-makepkg-builds