From 4cb9ac5357ddab37d8042a3742d3dca3b1497998 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:39:35 +0100 Subject: [PATCH] Fix syntax error. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a47c8a90..575cba0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,8 @@ jobs: pip install -r system/requirements.txt - name: Get aptly version - make version + run: | + make version - name: Make prepare run: |