Skip to content

Commit

Permalink
Debug macos14
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Kuzminskyi committed Jul 20, 2024
1 parent d4ff34e commit d4b168a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
- name: "Install Docker"
if: "${{matrix.os == 'macos-14'}}"
run: |
wget -q https://desktop.docker.com/mac/main/arm64/Docker.dmg
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license
sudo hdiutil detach /Volumes/Docker
echo "/Applications/Docker.app/Contents/Resources/bin" >> $GITHUB_PATH
echo "do nothing"
# wget -q https://desktop.docker.com/mac/main/arm64/Docker.dmg
# sudo hdiutil attach Docker.dmg
# sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license
# sudo hdiutil detach /Volumes/Docker
# echo "/Applications/Docker.app/Contents/Resources/bin" >> $GITHUB_PATH

- name: "Setup tmate session"
uses: "mxschmitt/action-tmate@v3"
Expand Down

0 comments on commit d4b168a

Please sign in to comment.