Skip to content

Commit

Permalink
Merge pull request #16 from poncateam/fix_ubuntu_ci
Browse files Browse the repository at this point in the history
Fix ubuntu CI
  • Loading branch information
nmellado authored Dec 15, 2023
2 parents 21edb16 + bfe5adc commit 58453d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Install Polyscope dependencies (ubuntu)
run: sudo apt-get install -y xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
run: sudo apt-get update && sudo apt-get install -y xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
if: matrix.os == 'ubuntu-latest'

- uses: actions/checkout@v3
Expand Down

0 comments on commit 58453d6

Please sign in to comment.