Skip to content

Commit

Permalink
[ci] added sudo apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Apr 8, 2024
1 parent 3dc9e51 commit 182c2a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Update
run: |
sudo apt update
- name: Install CGAL 5
run: |
sudo apt install -y libcgal-dev
Expand Down

0 comments on commit 182c2a1

Please sign in to comment.