Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 4, 2024
1 parent dba327d commit 0c057f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/before_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
# compile USD from sources
cd /tmp

apt install libpyside2-dev python3-opengl cmake libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev
apt install libpyside2-dev python3-opengl cmake libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev -y

wget https://github.com/PixarAnimationStudios/USD/archive/refs/tags/v$USD_VERSION.zip
unzip v$USD_VERSION.zip
Expand Down

0 comments on commit 0c057f3

Please sign in to comment.