|
|
@@ -136,6 +136,7 @@ jobs: |
|
|
|
- name: Set up repositories |
|
|
|
run: | |
|
|
|
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - && \ |
|
|
|
sudo dpkg --add-architecture i386 && \ |
|
|
|
sudo add-apt-repository -y ppa:kxstudio-debian/kxstudio && \ |
|
|
|
sudo add-apt-repository -y ppa:kxstudio-debian/toolchain && \ |
|
|
|
sudo add-apt-repository -y ppa:kxstudio-debian/ubuntus && \ |
|
|
@@ -146,7 +147,7 @@ jobs: |
|
|
|
- name: Set up dependencies |
|
|
|
run: | |
|
|
|
sudo apt-get install -y build-essential curl cmake jq meson \ |
|
|
|
mingw-w64 binfmt-support binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 winehq-stable |
|
|
|
mingw-w64 binfmt-support binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 winehq-stable wine-stable |
|
|
|
- name: Cache debian packages |
|
|
|
run: | |
|
|
|
sudo mv /var/cache/apt/archives/*.deb ~/PawPawBuilds/debs/ |
|
|
@@ -194,7 +195,7 @@ jobs: |
|
|
|
|
|
|
|
# macOS native universal build |
|
|
|
macos_universal: |
|
|
|
runs-on: macos-10.15 |
|
|
|
runs-on: macos-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Set up cache |
|
|
|