Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilZouitine committed Nov 28, 2023
1 parent eb934b8 commit fe3dc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install mujoco==2.3.3
sudo apt-get update
sudo apt-get install libglu1-mesa-dev libgl1-mesa-dev libosmesa6-dev xvfb patchelf ffmpeg cmake swig
wget https://github.com/google-deepmind/mujoco/releases/download/2.3.0/mujoco210-linux-x86_64.tar.gz
wget https://github.com/google-deepmind/mujoco/releases/download/2.3.0/mujoco-2.3.0-linux-x86_64.tar.gz
mkdir $HOME/.mujoco
tar -xzf mujoco-2.3.0-linux-x86_64.tar.gz -C $HOME/.mujoco
export
Expand Down

0 comments on commit fe3dc0f

Please sign in to comment.