Skip to content

Commit

Permalink
fixup! WIP: use forked docker-cache with fix for Bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Jul 17, 2024
1 parent 370055a commit 2380bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ jobs:
- name: Install Bash for docker-cache
run: brew install bash
- name: Cache Docker images.
uses: cozy-labs/docker-cache@0.6.0
uses: cozy-labs/docker-cache@0.7.0
with:
key: ${{ needs.docker_cache_key.outputs.key }}
bash: "$(brew --prefix)/bin/bash"
- name: Setup cozy-stack
run: docker-compose up --detach
- name: Setup node
Expand Down

0 comments on commit 2380bbe

Please sign in to comment.