Skip to content

Commit

Permalink
Revert "CI - remove libglfw-dev"
Browse files Browse the repository at this point in the history
This reverts commit f46e099.
  • Loading branch information
mneumann committed Feb 6, 2023
1 parent f46e099 commit 2b658b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/library-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- run: savi deps update --for spec
- run: sudo apt-get update -y
- run: sudo apt-get install libglfw3
- run: sudo apt-get install libglfw3-dev
- run: savi run spec ${{ runner.os == 'Windows' && '--cross-compile=x86_64-unknown-windows-msvc' || '' }}

# Check formatting of all files in the repository.
Expand Down

0 comments on commit 2b658b6

Please sign in to comment.