Skip to content

Commit

Permalink
print brew versions
Browse files Browse the repository at this point in the history
  • Loading branch information
10110111 committed Oct 22, 2023
1 parent ace7d0c commit 80feb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# @BODY At the moment after installing gpsd (brew install gpsd) library can be found by cmake, but not headers! Apparently we should add some magic for environment variables or something else on macOS Catalina to make headers available for cmake/make
steps:
- name: Install dependencies
run: brew install qt@5 gsl exiv2
run: brew versions exiv2; brew install qt@5 gsl exiv2

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 80feb7e

Please sign in to comment.