From b479937e0af5826a853bd685630b02f3fd3610a8 Mon Sep 17 00:00:00 2001 From: Rafael Leao Date: Tue, 18 Jun 2024 14:44:50 -0300 Subject: [PATCH] fix job macos build issue #407 --- .github/workflows/shell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shell.yaml b/.github/workflows/shell.yaml index 0963d18d..014458ea 100755 --- a/.github/workflows/shell.yaml +++ b/.github/workflows/shell.yaml @@ -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