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