Skip to content

Commit 22cdac5

Browse files
author
Rikard Olajos
committed
GitHub: Remove Assimp and GLFW apt-get
1 parent f21f287 commit 22cdac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Install Ubuntu Packages
3535
run: |
3636
sudo apt-get update
37-
sudo apt-get install -y ninja-build libassimp-dev libglfw3-dev
37+
#sudo apt-get install -y ninja-build libassimp-dev libglfw3-dev
38+
sudo apt-get install -y ninja-build
3839
3940
- name: Generate
4041
env:

0 commit comments

Comments
 (0)