Skip to content

Commit

Permalink
πŸ’š Fix ci sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jan 9, 2025
1 parent 3a4bf9b commit 2e3f0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
sudo mv libtorch $LIBTORCH
- name: Install build dependencies (OpenGL, GLEW)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libegl1-mesa-dev libglew-dev
Expand Down

0 comments on commit 2e3f0e5

Please sign in to comment.