Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Remove duplicate `cp` command that caused build to fail
  • Loading branch information
vapidinfinity committed May 18, 2024
1 parent 8d7b666 commit 2be886b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,6 @@ jobs:
cp -Lr $(brew --prefix ffmpeg@6)/lib/"$i".dylib Engine/wine/lib
done
for i in "${FFMPEG_LIBS[@]}"
do
cp -Lr $(brew --prefix ffmpeg@6)/lib/"$i".dylib Engine/wine/lib
done
mkdir Engine/wine/lib/gstreamer-1.0
for i in "${GSTREAMER_LIBS[@]}"
Expand Down

0 comments on commit 2be886b

Please sign in to comment.