fix bad lib name
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1fe2fcab68
commit
5f158adc5a
|
@ -9,11 +9,8 @@ steps:
|
||||||
- name: library
|
- name: library
|
||||||
image: macjustice/git-lfs:latest
|
image: macjustice/git-lfs:latest
|
||||||
commands:
|
commands:
|
||||||
-
|
|
||||||
- git clone https://gitea.moonside.games/MoonsideGames/physfslibs.git
|
- git clone https://gitea.moonside.games/MoonsideGames/physfslibs.git
|
||||||
- git lfs fetch
|
- mv /build/physfslibs/lib64/libphysfs.so.3.0.2 /build/physfslibs/lib64/libphysfs.so
|
||||||
- git lfs pull
|
|
||||||
- mv /build/physfslibs/lib64/libphysfs.3.0.2 /build/physfslibs/lib64/libphysfs.so
|
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
image: mcr.microsoft.com/dotnet/core/sdk:3.1
|
||||||
|
|
Loading…
Reference in New Issue