From ee57bba4af7a01e558040d6610d9cec83c765929 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 18 Oct 2025 01:57:16 +0300 Subject: [PATCH] notes and cleanup... Signed-off-by: Alex A. Naanou --- .github/workflows/viewer-build.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/viewer-build.yml b/.github/workflows/viewer-build.yml index 42a95781..5e07c7db 100644 --- a/.github/workflows/viewer-build.yml +++ b/.github/workflows/viewer-build.yml @@ -4,9 +4,9 @@ name: Viewer build on: workflow_dispatch: - push: - branches: [ "master" ] - tags: v** + #push: + # branches: [ "master" ] + # tags: v** release: types: [published] @@ -18,9 +18,12 @@ jobs: strategy: matrix: + # XXX the mac build is broken for now -- running blind as I do + # not have a mac to test on, but I will at least fix the + # build... #os: [ ubuntu-latest, windows-latest, macos-latest ] - #os: [ ubuntu-latest, windows-latest ] - os: [ macos-latest ] + os: [ ubuntu-latest, windows-latest ] + #os: [ macos-latest ] runs-on: ${{ matrix.os }} @@ -48,9 +51,8 @@ jobs: - name: MacOS-specific if: ${{ matrix.os == 'macos-latest' }} run: | - brew install make gnu-sed zip + brew install gnu-sed zip - echo PATH="$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH" >> $GITHUB_ENV echo PATH="$HOMEBREW_PREFIX/opt/zip/bin:$PATH" >> $GITHUB_ENV