Skip to content

Commit

Permalink
ci: cleanup port install
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
Hazer and ReenigneArcher authored Jun 12, 2024
1 parent ae77046 commit caeb553
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,9 @@ jobs:
working-directory:
/opt/local/var/macports/build/_Users_runner_work_Sunshine_Sunshine_ports_multimedia_Sunshine/Sunshine/work/build/tests
run: |
sudo port install doxygen
sudo port install graphviz
sudo port install \
doxygen \
graphviz
sudo ./test_sunshine --gtest_color=yes
- name: Generate gcov report
Expand Down

0 comments on commit caeb553

Please sign in to comment.