Updated config.yml
This commit is contained in:
parent
6f6f068cb9
commit
5b510f44a8
@ -6,6 +6,9 @@ jobs:
|
||||
- image: ubuntu:focal
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: "Install development packages"
|
||||
command: "apt update && apt install build-essential"
|
||||
- run:
|
||||
name: "Make build directory"
|
||||
command: "mkdir build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user