Skip to content

Commit

Permalink
Update cpp_unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-long authored Aug 14, 2020
1 parent d1dc1cd commit 8ac4edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2

- name: cmake
run: pwd && cd flightlib/build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TEST=ON -DEIGEN_FROM_SYSTEM=OFF ..
run: pwd && cd flightlib/build && cmake -DBUILD_TEST=ON -DEIGEN_FROM_SYSTEM=OFF ..
- name: check_file
run: cd /__w/flightmare/flightmare && ls && cd ./flightlib && ls && cd ./configs && cat quadrotor_env.yaml
- name: make
Expand Down

0 comments on commit 8ac4edc

Please sign in to comment.