Skip to content

Commit 6aaa6d8

Browse files
committed
add a debugging workflow
1 parent 8c57abe commit 6aaa6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_linux_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install ninja-build and cmake
2020
run: |
2121
apt-get update -y
22-
apt-get install -y ninja-build cmake build-essential
22+
apt-get install -y ninja-build cmake git build-essential
2323
- name: Install MATLAB
2424
uses: matlab-actions/setup-matlab@v2
2525
with:

0 commit comments

Comments
 (0)