Skip to content

Commit

Permalink
add tar before cache check
Browse files Browse the repository at this point in the history
  • Loading branch information
keegancsmith committed Oct 21, 2024
1 parent 8b9abb9 commit 0e729ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 0e729ea

Please sign in to comment.