Skip to content

Commit

Permalink
fix-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Aug 22, 2024
1 parent 51874f2 commit e16c5d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ jobs:
sudo chmod +x /usr/local/bin/docker-compose
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
- name: Set up QEMU
if: runner.os == 'macOS'
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
if: runner.os == 'macOS'
uses: docker/setup-buildx-action@v2
- name: Set up Docker
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit e16c5d3

Please sign in to comment.