Renamed Elasticity to Cable and libcable to libelasticity for consistency.

PiperOrigin-RevId: 485642970
Change-Id: I279df4233963a6e514459e55a9c2d36d975da92c
This commit is contained in:
Alessio Quaglino
2022-11-02 11:08:13 -07:00
committed by Copybara-Service
parent c83be2bc05
commit 9833f912c1
7 changed files with 25 additions and 24 deletions
+2 -2
View File
@@ -150,12 +150,12 @@ jobs:
if: ${{ runner.os != 'Windows' }}
working-directory: build
run: mkdir -p ${{ matrix.tmpdir }}/mujoco_install/plugin &&
cp lib/libcable.* ${{ matrix.tmpdir }}/mujoco_install/plugin
cp lib/libelasticity.* ${{ matrix.tmpdir }}/mujoco_install/plugin
- name: Copy plugins (Windows)
if: ${{ runner.os == 'Windows' }}
working-directory: build
run: mkdir -p ${{ matrix.tmpdir }}/mujoco_install/plugin &&
cp bin/Release/cable.dll ${{ matrix.tmpdir }}/mujoco_install/plugin
cp bin/Release/elasticity.dll ${{ matrix.tmpdir }}/mujoco_install/plugin
- name: Configure samples
working-directory: sample
run: >