|
|
@@ -16,9 +16,9 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
|
|
- apt-get update
|
|
|
apt update
|
|
|
- apt install ninja-build gcc-11 g++-11
|
|
|
+ apt update -y
|
|
|
+ apt install -y ninja-build gcc-11 g++-11
|
|
|
|
|
|
- name: Clone
|
|
|
uses: actions/checkout@v3
|