ci: Add missing dependency g++
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3b05feba32
commit
14554b52c3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
path: /stupid
|
||||
commands:
|
||||
- pwd
|
||||
- apt-get update && apt-get install -y cmake
|
||||
- apt-get update && apt-get install -y cmake g++
|
||||
- shards install
|
||||
- shards build
|
||||
|
||||
|
|
Loading…
Reference in a new issue