Skip to content

Commit

Permalink
Forgotten command
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Feb 1, 2024
1 parent 6fdf9ff commit 551fe47
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- name: Build DART
if: steps.cache-dart.outputs.cache-hit != 'true'
run: ${{github.workspace}}/ci/install_dart_latest.sh
- name: Build pybind11
if: steps.cache-dart.outputs.cache-hit == 'true'
run: ${{github.workspace}}/ci/install_pybind11.sh
- name: Build Magnum
run: if [ "$MAGNUM_GUI" = "ON" ]; then ${{github.workspace}}/ci/install_magnum.sh ; fi
- name: Build robot_dart
Expand Down

0 comments on commit 551fe47

Please sign in to comment.