Skip to content

Commit c1e735b

Browse files
committed
Fix run command syntax
1 parent eea89a4 commit c1e735b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/amazon-linux.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Print default working directory
2222
run: pwd
2323
- name: Install build dependencies
24-
run: sudo dnf update && sudo dnf install \
24+
run: |
25+
sudo dnf update && sudo dnf install \
2526
cmake unixODBC unixODBC-devel curl libcurl-devel openssl-devel gcc -y
2627
sudo yum groupinstall "Development Tools" -y
2728
- name: Install MySQL client libs and include files

0 commit comments

Comments
 (0)