Skip to content

Commit c778790

Browse files
authored
chore(workflow): remove MuJoCo instllation and rebuilding crate, based on relying on CI passed (#47)
1 parent 7712761 commit c778790

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/Publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
done
3333
exit 1
3434
35-
- name: install MuJoCo and set MUJOCO_DIR (for compiling to pass)
36-
run: |
37-
mkdir -p $HOME/.mujoco && cd $HOME/.mujoco
38-
wget https://github.com/google-deepmind/mujoco/releases/download/3.3.2/mujoco-3.3.2-linux-x86_64.tar.gz
39-
tar -xzf mujoco-3.3.2-linux-x86_64.tar.gz
40-
echo "MUJOCO_DIR=$HOME/.mujoco/mujoco-3.3.2" >> $GITHUB_ENV
41-
4235
- uses: rust-lang/crates-io-auth-action@v1
4336
id: cratesio_auth
4437

0 commit comments

Comments
 (0)