We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ae5ef commit b479937Copy full SHA for b479937
.github/workflows/shell.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Fix dependencies
87
run: |
88
- cp ./deps/lib/* ./build/stremio.app/Contents/Frameworks
+ cp ./deps/lib/* ./build/stremio.app/Contents/Frameworks || echo "No deps/lib directory"
89
cp ./mac/libcrypto.3.dylib ./build/stremio.app/Contents/Frameworks
90
91
- name: Testdrive
0 commit comments