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 8c57abe commit 6aaa6d8Copy full SHA for 6aaa6d8
.github/workflows/test_linux_build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install ninja-build and cmake
20
run: |
21
apt-get update -y
22
- apt-get install -y ninja-build cmake build-essential
+ apt-get install -y ninja-build cmake git build-essential
23
- name: Install MATLAB
24
uses: matlab-actions/setup-matlab@v2
25
with:
0 commit comments