We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea89a4 commit c1e735bCopy full SHA for c1e735b
.github/workflows/amazon-linux.yml
@@ -21,7 +21,8 @@ jobs:
21
- name: Print default working directory
22
run: pwd
23
- name: Install build dependencies
24
- run: sudo dnf update && sudo dnf install \
+ run: |
25
+ sudo dnf update && sudo dnf install \
26
cmake unixODBC unixODBC-devel curl libcurl-devel openssl-devel gcc -y
27
sudo yum groupinstall "Development Tools" -y
28
- name: Install MySQL client libs and include files
0 commit comments