From a041388bcbea45bf983a4c288e8e1d2c41b5d181 Mon Sep 17 00:00:00 2001 From: Oz Date: Sun, 17 Nov 2024 12:04:25 +0200 Subject: [PATCH] install just --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f0bc9c..142cb6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,8 +39,8 @@ jobs: TAG: ${{ github.ref_name }} steps: - uses: actions/checkout@v4 - # - name: Install dependencies - # run: apt install git + - name: Install dependencies + run: apt install just - name: Clone run: just clone - name: Prepare