Skip to content

Commit

Permalink
fix example on pipeline depend-use-cmake-find
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Jul 1, 2024
1 parent a41b940 commit dfa786e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install abseil-cpp
- run: sudo apt install boost
- run: sudo apt install protobuf
- run: sudo apt install libabsl-dev
- run: sudo apt install libboost-all-dev
- run: sudo apt install libprotobuf-dev
- run: cd example/depend-use-cmake-find && ./build.sh

0 comments on commit dfa786e

Please sign in to comment.