mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 07:01:46 +08:00
trying to resolve ubuntu build error
This commit is contained in:
parent
9b685b19d1
commit
8eae40a3a8
2
.github/workflows/ccpp_ubuntu.yml
vendored
2
.github/workflows/ccpp_ubuntu.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install gtk2 glew
|
||||
run: sudo apt-get install libgtk2.0-dev libglew-dev
|
||||
run: sudo apt-get install libgtk2.0-dev libglew-dev libudev-dev
|
||||
- name: mkdir in deps
|
||||
run: mkdir deps/build
|
||||
- name: cmake deps
|
||||
|
Loading…
x
Reference in New Issue
Block a user