From 22d1a02a99e0726a305a5ed5bbd6be35753b11bd Mon Sep 17 00:00:00 2001 From: c8y3 <25362953+c8y3@users.noreply.github.com> Date: Wed, 22 Nov 2023 14:16:18 +0100 Subject: [PATCH] Building in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c80aa9d..e1bcf75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,3 +7,5 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Build + run: make build