Skip to content

Commit 76e231b

Browse files
committed
Also fix Github action, remove check on homebrew output
1 parent 844ed60 commit 76e231b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
jobs:
610
build-windows:

.github/workflows/install-macos.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ls -la dist/*
2929

3030
# compare the portaudio libs to make sure the package contains the one that was installed with brew
3131
ls -la /usr/local/lib/libportaudio.dylib
32-
ls -la /usr/local/Cellar/portaudio/*/lib/libportaudio*.dylib
3332
ls -la dist/friture.app/Contents/Frameworks/_sounddevice_data/portaudio-binaries
3433

3534
# PyInstaller will try to codesign friture.app, but will fail because of the Qt5 file structure

0 commit comments

Comments
 (0)