Browse Source

Try fixing some CI steps

Signed-off-by: falkTX <falktx@falktx.com>
pull/19/head
falkTX 3 years ago
parent
commit
d8c873b217
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/plugins.yml

+ 3
- 2
.github/workflows/plugins.yml View File

@@ -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


Loading…
Cancel
Save