Skip to content

Commit

Permalink
fix job macos build issue Stremio#407
Browse files Browse the repository at this point in the history
  • Loading branch information
rslgp committed Jun 18, 2024
1 parent 88ae5ef commit b479937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Fix dependencies
run: |
cp ./deps/lib/* ./build/stremio.app/Contents/Frameworks
cp ./deps/lib/* ./build/stremio.app/Contents/Frameworks || echo "No deps/lib directory"
cp ./mac/libcrypto.3.dylib ./build/stremio.app/Contents/Frameworks
- name: Testdrive
Expand Down

0 comments on commit b479937

Please sign in to comment.