Skip to content

Commit

Permalink
mac os add abseil
Browse files Browse the repository at this point in the history
windows removed manifest packages from vcpkg
  • Loading branch information
farhangnaderi committed Nov 17, 2024
1 parent 68231ce commit f0c0694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rm -rf /usr/local/var/homebrew/locks
brew cleanup -s
brew update
brew install mosquitto zeromq qt@5
brew install mosquitto zeromq qt@5 abseil
- name: Build PlotJuggler
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
git clone https://github.com/microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
./vcpkg install protobuf mosquitto zeromq
./vcpkg install
echo "VCPKG_ROOT=$(pwd)/vcpkg" >> $GITHUB_ENV
- name: Cache Qt
Expand Down

0 comments on commit f0c0694

Please sign in to comment.