add pointless echo step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Joseph Montanaro 2021-07-28 16:47:47 -07:00
parent 741d70ea42
commit 23bac97cea

View File

@ -20,6 +20,7 @@ steps:
- name: build-linux
image: nimlang/nim
commnds:
- echo hello world
- nimble build -y -o:passphrase_linux -d:release
- name: release