Browse Source

Test build for 2.5.1

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.1
falkTX 2 years ago
parent
commit
197787c5d4
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      .github/workflows/release.yml
  2. +1
    -1
      Carla
  3. +1
    -1
      PawPaw

+ 2
- 2
.github/workflows/release.yml View File

@@ -108,7 +108,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install -y build-essential curl cmake jq mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
- name: Cache debian packages
run: |
@@ -164,7 +164,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install -y build-essential curl cmake jq mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
binutils-mingw-w64-x86-64 g++-mingw-w64-x86-64 mingw-w64 wine-stable
- name: Cache debian packages
run: |


+ 1
- 1
Carla

@@ -1 +1 @@
Subproject commit 01f93b40d5e6d9238e2422c4daf4839412a98dd3
Subproject commit 8c58d0994cd512263e34db1c8f45c1f1a9689a58

+ 1
- 1
PawPaw

@@ -1 +1 @@
Subproject commit 18d8835bd17da6f651a49d83f8d911d7c1858399
Subproject commit 75d86db5d171228247e1297d13090cb11220fe92

Loading…
Cancel
Save