Skip to content

Commit 3b59f16

Browse files
Update build_and_test_on_push.yml
1 parent 2922e0e commit 3b59f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Install required packages
11-
run: sudo apt-get update && sudo apt-get install -y
11+
run: sudo apt-get update && sudo apt-get install -y \
1212
git \
1313
bash \
1414
cmake \

0 commit comments

Comments
 (0)