Skip to content

Commit 8b76c82

Browse files
committed
Skip installing curl since it seems to be pre-installed
1 parent ceb777a commit 8b76c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/amazon-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install build dependencies
2424
run: |
2525
sudo dnf update -y
26-
sudo dnf install cmake unixODBC unixODBC-devel curl libcurl-devel openssl-devel gcc -y
26+
sudo dnf install cmake unixODBC unixODBC-devel libcurl-devel openssl-devel gcc -y
2727
sudo yum groupinstall "Development Tools" -y
2828
- name: Install MySQL client libs and include files
2929
run: |

0 commit comments

Comments
 (0)