From 1d2c96dcdcb7611ed9ba4fc392948d8f8cd0b043 Mon Sep 17 00:00:00 2001 From: Rustam SecondFry Gubaydullin Date: Sun, 3 Dec 2023 04:14:07 +0300 Subject: [PATCH] Add macholib install for macos build --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bc291c..f7e01c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,6 +58,10 @@ jobs: name: shortcircuit.exe path: ./dist/shortcircuit.exe + - name: Additional dependencies [macos-latest] + if: ${{ matrix.os == 'macos-latest' }} + run: python -m pipenv install macholib + - name: Build [macos-latest] if: ${{ matrix.os == 'macos-latest' }} run: python -m pipenv run ./build_mac_installer.sh