[Actions] apt update
This commit is contained in:
parent
ddb8a5f3c0
commit
1af434cd16
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Install Poetry
|
||||
run: pip install poetry
|
||||
- name: Install Mujoco Dependencies
|
||||
run: sudo apt install libosmesa6-dev libglfw3 libglew-dev patchelf libgl1-mesa-glx -y
|
||||
run: sudo apt update && sudo apt install libosmesa6-dev libglfw3 libglew-dev patchelf libgl1-mesa-glx -y
|
||||
- name: Install Mujoco
|
||||
run: |
|
||||
mkdir ~/.mujoco
|
||||
|
Loading…
Reference in New Issue
Block a user