Skip to content

Commit 54d00d0

Browse files
committed
Do not install gtest and boost in CI
1 parent ddd79e7 commit 54d00d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
run: |
4141
scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
4242
env: ${{matrix.env}}
43-
- name: install gtest
44-
run: sudo apt-get install -y libgtest-dev
45-
- name: install boost
46-
run: sudo apt-get install -y libboost-dev
4743
- name: configure
4844
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1 -DWITH_ASAN=ON
4945
env:

0 commit comments

Comments
 (0)