We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844ed60 commit 76e231bCopy full SHA for 76e231b
.github/workflows/build.yml
@@ -1,6 +1,10 @@
1
name: build
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
jobs:
10
build-windows:
.github/workflows/install-macos.sh
@@ -29,7 +29,6 @@ ls -la dist/*
29
30
# compare the portaudio libs to make sure the package contains the one that was installed with brew
31
ls -la /usr/local/lib/libportaudio.dylib
32
-ls -la /usr/local/Cellar/portaudio/*/lib/libportaudio*.dylib
33
ls -la dist/friture.app/Contents/Frameworks/_sounddevice_data/portaudio-binaries
34
35
# PyInstaller will try to codesign friture.app, but will fail because of the Qt5 file structure
0 commit comments