Browse Source

debug macos-universal build

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

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

@@ -212,7 +212,8 @@ jobs:
- name: Bootstrap macOS universal
shell: bash
run: |
./bootstrap-plugins.sh macos-universal && ./.cleanup.sh macos-universal
./bootstrap-plugins.sh macos-universal || cat ~/PawPawBuilds/builds/macos-universal/libogg-1.3.5/config.log
# && ./.cleanup.sh macos-universal
- name: Build macOS universal
shell: bash
run: |


Loading…
Cancel
Save