Skip to content

Commit

Permalink
[ci] Update to MuJoCo 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Jul 24, 2023
1 parent e37da75 commit 382e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
set -e
mkdir -p /opt
cd /opt
MUJOCO_VERSION=2.3.6
MUJOCO_VERSION=2.3.7
wget --quiet https://github.com/deepmind/mujoco/releases/download/${MUJOCO_VERSION}/mujoco-${MUJOCO_VERSION}-linux-x86_64.tar.gz
tar xzf mujoco-${MUJOCO_VERSION}-linux-x86_64.tar.gz
mv mujoco-${MUJOCO_VERSION} mujoco
Expand Down

0 comments on commit 382e98e

Please sign in to comment.