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
|
path: /stupid
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- apt-get update && apt-get install -y cmake
|
- apt-get update && apt-get install -y cmake g++
|
||||||
- shards install
|
- shards install
|
||||||
- shards build
|
- shards build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue