Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Salomon <[email protected]>
  • Loading branch information
galsalomon66 committed Jun 3, 2024
1 parent 1c6165a commit a89d83f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
- name: fetch-gtest
run: sudo apt-get install -y libgtest-dev

- name: install-gtest
run: cd /usr/src/gtest && sudo cmake . && sudo make && sudo cp lib/*.a /usr/lib || sudo cp *.a /usr/lib

- name: install-gperftools
run: |
sudo apt-get install -y libgoogle-perftools-dev
- name: install arrow
run: |
sudo apt-get update
Expand All @@ -40,13 +47,6 @@ jobs:
run: sudo apt-get install -y -V libparquet-dev=15.0.2-1


- name: install-gtest
run: cd /usr/src/gtest && sudo cmake . && sudo make && sudo cp lib/*.a /usr/lib || sudo cp *.a /usr/lib

- name: install-gperftools
run: |
sudo apt-get install -y libgoogle-perftools-dev
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
Expand Down

0 comments on commit a89d83f

Please sign in to comment.