Skip to content

Commit e300db9

Browse files
macos packages step
1 parent 9b4e07f commit e300db9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ jobs:
172172
if: ${{ matrix.name == 'macOS' }}
173173
run: |
174174
curl http://s.sudre.free.fr/Software/files/Packages.dmg -o Packages.dmg
175-
sudo hdiutil attach Packages.dmg
176-
sudo installer -package /Volumes/Packages\ 1.2.10/Install\ Packages.pkg -target /
177-
# sudo hdiutil detach /Volumes/Packages\ 1.2.10/Install\ Packages.pkg
175+
sudo hdiutil attach Packages.dmg -mountpoint /Volumes/Packages -nobrowse
176+
sudo installer -package "/Volumes/Packages/Install Packages.pkg" -target /
177+
sudo hdiutil detach /Volumes/Packages
178178
- name: Python 3.11 (macos)
179179
uses: actions/setup-python@v4
180180
if: ${{ matrix.name == 'macOS' }}

0 commit comments

Comments
 (0)