Skip to content

Commit

Permalink
use install docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 10, 2025
1 parent 0ca0356 commit 60ef79c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
- name: Setup Docker
uses: docker/setup-docker-action@v4

- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 60ef79c

Please sign in to comment.