Skip to content

Commit

Permalink
[ci] Fix install packages build step
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnz committed Feb 7, 2022
1 parent 64be738 commit cdf0423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
run: |
curl -L -O http:https://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 /
sudo installer -pkg /Volumes/Packages\ 1.2.10/Install\ Packages.pkg -target /
- name: "Restore Cached Qt & OBS-Studio dependencies"
id: deps-cache
uses: actions/cache@v2
Expand Down

0 comments on commit cdf0423

Please sign in to comment.