mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-09 19:10:38 +00:00
9 lines
252 B
YAML
9 lines
252 B
YAML
|
steps:
|
||
|
- bash: |
|
||
|
set -ex
|
||
|
cd bin/baseset
|
||
|
curl -L https://binaries.openttd.org/extra/opengfx/0.5.2/opengfx-0.5.2-all.zip > opengfx-0.5.2-all.zip
|
||
|
unzip opengfx-0.5.2-all.zip
|
||
|
rm -f opengfx-0.5.2-all.zip
|
||
|
displayName: 'Install OpenGFX'
|