Skip to content

Commit

Permalink
MacOS Compilation tunning
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Apr 22, 2024
1 parent db9ad20 commit 9ff2cbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- name: Install dependencies
run: |
exit 0
sudo apt-get update
sudo apt-get -y install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libsqlite3-dev libhamlib++-dev libqt5charts5-dev qttools5-dev-tools libqt5keychain1 qt5keychain-dev qtwebengine5-dev build-essential libqt5serialport5-dev pkg-config libqt5websockets5-dev
- name: Checkout code
Expand All @@ -42,6 +43,7 @@ jobs:
steps:
- name: Install dependencies
run: |
exit 0
sudo apt-get update
sudo apt-get -y install libhamlib-dev build-essential pkg-config qt6-base-dev qtkeychain-qt6-dev qt6-webengine-dev libqt6charts6-dev libqt6serialport6-dev libqt6webenginecore6-bin libqt6svg6-dev libgl-dev libqt6websockets6-dev
- name: Checkout code
Expand Down Expand Up @@ -72,6 +74,8 @@ jobs:
brew install brotli
brew install icu4c
brew install pkg-config
find /usr/local
exit 0
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 9ff2cbe

Please sign in to comment.