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 7a2f651 commit b29b9b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: cd example/depend-use-cmake-fetch && ./build.sh

depend-use-cmake-find:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt instal abseil-cpp
- run: sudo apt instal boost
- run: sudo apt instal protobuf
- run: cd example/depend-use-cmake-find && ./build.sh
4 changes: 0 additions & 4 deletions example/depend-use-cmake-find/build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#!/bin/sh
set -ex

# sudo apt instal abseil-cpp
# sudo apt instal boost
# sudo apt instal protobuf

URL=https://github.com/baidu/babylon/archive/refs/tags/v1.2.2.tar.gz
NAME=babylon-1.2.2
SHA256=241d0d3e8bf89c9b47765c794aa5153f73b32a7f419c48d8aeeeb4461cf8aec7
Expand Down

0 comments on commit b29b9b0

Please sign in to comment.