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