Updated config.yml

This commit is contained in:
Rebekah 2022-04-04 20:06:11 +00:00
parent 6f6f068cb9
commit 5b510f44a8

View File

@ -6,6 +6,9 @@ jobs:
- image: ubuntu:focal - image: ubuntu:focal
steps: steps:
- checkout - checkout
- run:
name: "Install development packages"
command: "apt update && apt install build-essential"
- run: - run:
name: "Make build directory" name: "Make build directory"
command: "mkdir build" command: "mkdir build"