We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd79e7 commit 54d00d0Copy full SHA for 54d00d0
.github/workflows/ci.yml
@@ -40,10 +40,6 @@ jobs:
40
run: |
41
scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
42
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
47
- name: configure
48
run: mkdir build && cd build && cmake .. -DBUILDING_TESTS=1 -DINTEGRATION_TESTS=1 -DWITH_ASAN=ON
49
env:
0 commit comments