We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e917 commit 5b60c9dCopy full SHA for 5b60c9d
.github/workflows/test_linux_build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install ninja-build and cmake
19
run: |
20
apt-get update
21
- apt-get install ninja-build cmake build-essential
+ apt-get install -y ninja-build cmake build-essential
22
- name: Install MATLAB
23
uses: matlab-actions/setup-matlab@v2
24
with:
0 commit comments