Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacZhangzhuo committed Jan 11, 2024
1 parent c3819ab commit e0fc8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
python: [ '3.9', '3.11']
steps:
- name: install libglu
run: sudo apt-get install libglu
- name: install libglu1
run: sudo apt-get install libglu1
- uses: compas-dev/compas-actions.build@v3
with:
python: ${{ matrix.python }}
Expand Down

0 comments on commit e0fc8c8

Please sign in to comment.