mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
9 lines
233 B
YAML
9 lines
233 B
YAML
steps:
|
|
- bash: |
|
|
set -ex
|
|
cd bin/baseset
|
|
curl -L https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip > opengfx-all.zip
|
|
unzip opengfx-all.zip
|
|
rm -f opengfx-all.zip
|
|
displayName: 'Install OpenGFX'
|