ci: fix strip step
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
Glenn Y. Rolland 2023-03-21 21:17:03 +01:00
parent d2c08b0a4d
commit bdf7b60d5c

View file

@ -14,7 +14,7 @@ steps:
- apt-get update && apt-get install -y cmake g++
- shards install
- shards build --production --static
- strip /_cache/bin
- strip bin/docmachine
- mkdir -p /_cache/bin
- cp -r bin/docmachine /_cache/bin