fix: add missing crystal installation for build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-12-29 21:20:50 +01:00
parent fc38cc6008
commit 59e5652125

View file

@ -36,11 +36,12 @@ steps:
commands: commands:
- apt-get update - apt-get update
- apt-get install -y build-essential debhelper devscripts dh-make - apt-get install -y build-essential debhelper devscripts dh-make
- curl -fsSL https://crystal-lang.org/install.sh | bash
- mkdir -p /_cache/debian - mkdir -p /_cache/debian
- mkdir -p /_cache/bin - mkdir -p /_cache/bin
- cp -r * /_cache/debian - cp -r * /_cache/debian
- cd /_cache/debian - cd /_cache/debian
- dpkg-buildpackage -us -uc - dpkg-buildpackage -us -uc -d
- mv ../*.deb /_cache/bin - mv ../*.deb /_cache/bin
- name: publish:tag - name: publish:tag