forgot about -y

This commit is contained in:
tobid7 2024-03-08 16:59:31 +01:00
parent ede0a178f5
commit 6e6b5e0fd9

View File

@ -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