forgot about -y
This commit is contained in:
parent
ede0a178f5
commit
6e6b5e0fd9
@ -10,8 +10,8 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install Tools
|
- name: Install Tools
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update -y
|
||||||
apt-get install build-essential cmake
|
apt-get install build-essential cmake -y
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cmake -B cmake-build-debug
|
cmake -B cmake-build-debug
|
||||||
|
Loading…
Reference in New Issue
Block a user