ci: Ignore specific Packages versions

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-02-09 17:38:20 +01:00
parent 1e086365ca
commit 881c7d920a
1 changed files with 2 additions and 1 deletions

View File

@ -315,7 +315,8 @@ jobs:
run: |
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg
sudo hdiutil attach ./Packages.dmg
sudo installer -pkg /Volumes/Packages\ 1.2.9/Install\ Packages.pkg -target /
pushd /Volumes/Packages*
sudo installer -pkg ./Install\ Packages.pkg -target /
- name: "Packages: Package"
shell: bash
run: |