mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
ci: Ignore specific Packages versions
This commit is contained in:
parent
1e086365ca
commit
881c7d920a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -315,7 +315,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg
|
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg
|
||||||
sudo hdiutil attach ./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"
|
- name: "Packages: Package"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue