mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-24 20:04:25 +08:00
try to understand what's going on with apt install
This commit is contained in:
parent
c91f1f2118
commit
5e93023f7e
6
.github/workflows/ccpp_ubuntu.yml
vendored
6
.github/workflows/ccpp_ubuntu.yml
vendored
@ -14,8 +14,12 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
- name: change date in version
|
||||
run: sed -i "s/+UNKNOWN/_$(date '+%F')/" version.inc
|
||||
- name: update apt
|
||||
run: sudo apt update
|
||||
- name: update clock
|
||||
run: sudo hwclock -s
|
||||
- name: install gtk2 glew
|
||||
run: sudo apt-get install libgtk2.0-dev libglew-dev libudev-dev
|
||||
run: sudo apt 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