[Actions] apt update

This commit is contained in:
kngwyu 2021-06-02 10:24:58 +09:00
parent ddb8a5f3c0
commit 1af434cd16

View File

@ -26,7 +26,7 @@ jobs:
- name: Install Poetry - name: Install Poetry
run: pip install poetry run: pip install poetry
- name: Install Mujoco Dependencies - 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 - name: Install Mujoco
run: | run: |
mkdir ~/.mujoco mkdir ~/.mujoco