From 60783596cb60fdbdd6bd990a3729ec8d7ab3a097 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 20 Feb 2020 23:07:31 -0800 Subject: [PATCH] lfs init --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index af7f180..cff2d25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ steps: image: mcr.microsoft.com/dotnet/core/sdk:3.1 commands: - git clone https://gitea.moonside.games/MoonsideGames/physfslibs.git + - git lfs fetch + - git lfs pull - mv /build/physfslibs/lib64/libphysfs.3.0.2 /build/physfslibs/lib64/libphysfs.so - name: test