From 0e729ea5704cfdc733efc18645e997d98f3500e2 Mon Sep 17 00:00:00 2001 From: Keegan Carruthers-Smith Date: Mon, 21 Oct 2024 11:35:25 +0200 Subject: [PATCH] add tar before cache check --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d51143cb..ea25e753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: - name: checkout uses: actions/checkout@v3 + - name: add dependencies + run: apk add go git tar + - name: Cache ctags uses: actions/cache@v3 with: @@ -29,9 +32,6 @@ jobs: restore-keys: | ${{ runner.os }}-go- - - name: add dependencies - run: apk add go git tar - - name: install ctags run: | if [ ! -f /usr/local/bin/universal-ctags ]; then