Skip to content

Commit 5b60c9d

Browse files
committed
add a debugging workflow
1 parent f97e917 commit 5b60c9d

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install ninja-build and cmake
1919
run: |
2020
apt-get update
21-
apt-get install ninja-build cmake build-essential
21+
apt-get install -y ninja-build cmake build-essential
2222
- name: Install MATLAB
2323
uses: matlab-actions/setup-matlab@v2
2424
with:

0 commit comments

Comments
 (0)