Skip to content

Commit

Permalink
~ Modified the path to the native library for Linux in the build_nati…
Browse files Browse the repository at this point in the history
…ve_libraries.yaml
  • Loading branch information
gindemit committed Jul 11, 2023
1 parent c6bb5af commit eeb4ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_native_libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Force replace the native libraries
run: |
tree out
cp -f out/Plugins/Linux/libLottiePlugin.so unity/RLottieUnity/Assets/LottiePlugin/Plugins/Linux/libLottiePlugin.so
cp -f out/Plugins/Linux/libLottiePlugin.so unity/RLottieUnity/Assets/LottiePlugin/Plugins/Linux/x86_64/libLottiePlugin.so
tree unity/RLottieUnity/Assets/LottiePlugin/Plugins/Linux
- name: Run Tests in Unity
Expand Down

0 comments on commit eeb4ed8

Please sign in to comment.