Renamed Elasticity to Cable and libcable to libelasticity for consistency.
PiperOrigin-RevId: 485642970 Change-Id: I279df4233963a6e514459e55a9c2d36d975da92c
This commit is contained in:
committed by
Copybara-Service
parent
c83be2bc05
commit
9833f912c1
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user