fix: preseed -y to automate CMake install with no prompts
All checks were successful
Build & Upload tux-dock / build (push) Successful in 1m11s
All checks were successful
Build & Upload tux-dock / build (push) Successful in 1m11s
This commit is contained in:
parent
a85be46880
commit
c818c5bfbe
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install CMake
|
- name: Install CMake
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install cmake
|
apt-get update && apt-get install -y cmake
|
||||||
echo "✅ CMake build tool installed."
|
echo "✅ CMake build tool installed."
|
||||||
|
|
||||||
- name: Clone current branch
|
- name: Clone current branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue