Skip to content

Commit 0791284

Browse files
authored
Update ci.yml
1 parent e76e892 commit 0791284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- run: |
15-
sudo apt-get update -y
15+
sudo apt-get update -yq
1616
sudo apt-get install -yq --no-install-suggests --no-install-recommends octave > /dev/null
1717
- run: octave --eval "test_matlab; exit"
1818
working-directory: tests

0 commit comments

Comments
 (0)