We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b735eff commit 4fdef19Copy full SHA for 4fdef19
.github/workflows/ci-linux.yml
@@ -33,7 +33,7 @@ jobs:
33
34
steps:
35
- name: Install dependencies
36
- run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev zlib1g-dev libxrandr-dev ninja-build
+ run: sudo apt-get update && sudo apt-get install cmake xorg-dev libglu1-mesa-dev zlib1g-dev libxrandr-dev ninja-build libglfw3
37
38
- uses: actions/checkout@v3
39
with:
0 commit comments